Home · Branding · Superbar

Superbar Brand Identity

A complete profile of Superbar's visual system — colors, typography, components, and personality — extracted from http://www.superbar.ai. Built for designers, agents, and AI tools.

Download JSON
Primary
#0050BD
Accent
#5071F5
Body Font
Inter
Heading
Instrument Serif

Color Palette

Brand palette extracted from http://www.superbar.ai.

primary
#0050BD
rgb(0, 80, 189)
secondary
#E4EBF3
rgb(228, 235, 243)
accent
#5071F5
rgb(80, 113, 245)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#5071F5
rgb(80, 113, 245)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Instrument Serif
Instrument Serif Google Fonts →
Instrument Serif, 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

Superbar logo
Logo
Superbar favicon
Favicon

UI Components

Live previews rendered using Superbar's actual button styles.

input
background #FFFFFF textColor #000000 borderColor #E0DFDE borderRadius 16px shadow none
buttonPrimary
background #000000 textColor #FFFFFF borderColor #000000 borderRadius 8px shadow none
buttonSecondary
background #F5F5F5 textColor #000000 borderColor #000000 borderRadius 8px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals

Superbar Brand in the Wild

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

Frequently Asked Questions

What is Superbar's primary brand color?

Superbar's primary brand color is #0050BD. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Superbar use?

Superbar uses #5071F5 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Superbar use?

Superbar uses Inter for body text and Instrument Serif for headings. Fonts were detected on http://www.superbar.ai as part of their live design system.

Does Superbar use a light or dark theme?

Superbar's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Superbar's logo?

Superbar's logo is available directly on their site (http://www.superbar.ai). 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 http://www.superbar.ai 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 Superbar.

Methodology

Brand data on this page was extracted from http://www.superbar.ai 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 Superbar.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Instrument Serif",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#0050BD",
    "secondary": "#E4EBF3",
    "accent": "#5071F5",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#5071F5"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Instrument Serif"
    },
    "fontStacks": {
      "heading": [
        "Instrument Serif",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "88px",
      "h2": "88px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#000000",
      "borderColor": "#E0DFDE",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderColor": "#000000",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F5F5F5",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/69a703eae50d62183816ac8c/69e6a63406f505c35b1cd2bd_38bbbd44855841a1920b1358f480112f_superbar_main_horizontal%201.svg",
    "favicon": "https://cdn.prod.website-files.com/69a703eae50d62183816ac8c/69eb9a93c68ad4026ee00f9c_rounded%203.png",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 3,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #3 because it is located in the header, is visible, and links to the homepage, which are strong indicators of the main brand logo.",
    "confidence": 0.95,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Get Started Free",
      "reasoning": "Button #1 'Get Started Free' is likely the primary CTA due to its action-oriented text and prominent placement. It uses a dark background, which is consistent with a primary action button."
    },
    "secondary": {
      "index": 5,
      "text": "Get Started",
      "reasoning": "Button #5 'Get Started' has a light background, making it suitable as a secondary button. It contrasts with the primary button's dark background."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.95,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 3,
        "selectedLogoReasoning": "Selected #3 because it is located in the header, is visible, and links to the homepage, which are strong indicators of the main brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles