Home · Branding · Scanbase

Scanbase Brand Identity

A complete profile of Scanbase's visual system — colors, typography, components, and personality — extracted from https://www.scanbase.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#7D3BF4
Accent
#1A0F3A
Body Font
Archivo
Heading
Geist

Color Palette

Brand palette extracted from https://www.scanbase.com.

primary
#7D3BF4
rgb(125, 59, 244)
secondary
#3898EC
rgb(56, 152, 236)
accent
#1A0F3A
rgb(26, 15, 58)
background
#E5E5E5
rgb(229, 229, 229)
textPrimary
#1A0F3A
rgb(26, 15, 58)
link
#1A0F3A
rgb(26, 15, 58)

Typography

Each font links to its Google Fonts page where available.

primary
Archivo
heading
Geist
Archivo, sans-serif
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests this flow that can help:

1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Visual Assets

Scanbase logo
Logo
Scanbase favicon
Favicon
Scanbase social image
Social Card

UI Components

Live previews rendered using Scanbase's actual button styles.

buttonPrimary
background #1A0F3A textColor #F0F4F7 borderRadius 640px shadow none
buttonSecondary
background #F0F4F7 textColor #333333 borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: healthcare professionals

Scanbase Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Scanbase's primary brand color?

Scanbase's primary brand color is #7D3BF4. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Scanbase use?

Scanbase uses #1A0F3A as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Scanbase use?

Scanbase uses Archivo for body text and Geist for headings. Fonts were detected on https://www.scanbase.com as part of their live design system.

Does Scanbase use a light or dark theme?

Scanbase's primary site uses a light color scheme, with a background of #E5E5E5.

Where can I find Scanbase's logo?

Scanbase's logo is available directly on their site (https://www.scanbase.com). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://www.scanbase.com using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Scanbase.

Methodology

Brand data on this page was extracted from https://www.scanbase.com on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Scanbase.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Geist",
      "role": "heading"
    },
    {
      "family": "Archivo",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#7D3BF4",
    "secondary": "#3898EC",
    "accent": "#1A0F3A",
    "background": "#E5E5E5",
    "textPrimary": "#1A0F3A",
    "link": "#1A0F3A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Archivo",
      "heading": "Geist"
    },
    "fontStacks": {
      "heading": [
        "Archivo",
        "sans-serif"
      ],
      "body": [
        "Geist",
        "sans-serif"
      ],
      "paragraph": [
        "Geist",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "81.9264px",
      "h2": "102.394px",
      "body": "23.04px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#1A0F3A",
      "textColor": "#F0F4F7",
      "borderRadius": "640px",
      "borderRadiusCorners": {
        "topLeft": "640px",
        "topRight": "640px",
        "bottomRight": "640px",
        "bottomLeft": "640px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F0F4F7",
      "textColor": "#333333",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/67d3a776e4de507dc5f4ffb7/67d3ac4f0b4e7f8f03567f1c_Scanbase_Large_Logo_Black.png",
    "favicon": "https://cdn.prod.website-files.com/67d3a776e4de507dc5f4ffb7/67d43cf1ed1299f774812d73_Group%20129.png",
    "ogImage": "https://i.ibb.co/1Gd9Y5Nr/Scanbase-Large-Logo-Black-Square.png",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Scanbase'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 6,
      "text": "Learn More",
      "reasoning": "Button #6 has a vibrant brand color background (#1A0F3A) and action-oriented text 'Learn More', making it the primary CTA."
    },
    "secondary": {
      "index": 5,
      "text": "Learn More",
      "reasoning": "Button #5 has a different background color (#F0F4F7) and serves as a secondary action with the text 'Learn More'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "healthcare professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, medium-sized, located in the header, and links to the homepage, matching the brand 'Scanbase'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles