Home · Branding · Central

Central Brand Identity

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

Download JSON
Primary
#0000EE
Accent
#E50000
Body Font
Söhne Buch
Heading
American Grotesk Condensed Bold

Color Palette

Brand palette extracted from https://centralhq.com.

primary
#0000EE
rgb(0, 0, 238)
secondary
#958F80
rgb(149, 143, 128)
accent
#E50000
rgb(229, 0, 0)
background
#0E0E0E
rgb(14, 14, 14)
textPrimary
#0E0E0E
rgb(14, 14, 14)
link
#E50000
rgb(229, 0, 0)

Typography

Each font links to its Google Fonts page where available.

primary
Söhne Buch
Söhne Buch Google Fonts →
heading
American Grotesk Condensed Bold
American Grotesk Condensed Bold Google Fonts →
American Grotesk Condensed Bold, 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

Central logo
Logo
Central favicon
Favicon
Central social image
Social Card

UI Components

Live previews rendered using Central's actual button styles.

buttonPrimary
background #E50000 textColor #0000EE borderRadius 2px shadow none
buttonSecondary
background #302E2B textColor #0000EE borderRadius 2px shadow none

Brand Personality

Tone: modern Energy: medium Audience: business professionals

Central Brand in the Wild

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

Frequently Asked Questions

What is Central's primary brand color?

Central's primary brand color is #0000EE. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Central use?

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

What font does Central use?

Central uses Söhne Buch for body text and American Grotesk Condensed Bold for headings. Fonts were detected on https://centralhq.com as part of their live design system.

Does Central use a light or dark theme?

Central's primary site uses a dark color scheme, with a background of #0E0E0E.

Where can I find Central's logo?

Central's logo is available directly on their site (https://centralhq.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://centralhq.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 Central.

Methodology

Brand data on this page was extracted from https://centralhq.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 Central.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Söhne Buch",
      "role": "body"
    },
    {
      "family": "American Grotesk Condensed Bold",
      "role": "heading"
    },
    {
      "family": "Söhne Kräftig",
      "role": "unknown"
    },
    {
      "family": "Söhne Mono Buch",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#958F80",
    "accent": "#E50000",
    "background": "#0E0E0E",
    "textPrimary": "#0E0E0E",
    "link": "#E50000"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Söhne Buch",
      "heading": "American Grotesk Condensed Bold"
    },
    "fontStacks": {
      "heading": [
        "American Grotesk Condensed Bold",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Söhne Kräftig",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "57.5397px",
      "h2": "27px",
      "body": "15px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#E50000",
      "textColor": "#0000EE",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#302E2B",
      "textColor": "#0000EE",
      "borderRadius": "2px",
      "borderRadiusCorners": {
        "topLeft": "2px",
        "topRight": "2px",
        "bottomRight": "2px",
        "bottomLeft": "2px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://framerusercontent.com/images/My6wHIQubXKZ3zAYrDSxPcmy3rY.png?width=1491&height=232",
    "favicon": "https://framerusercontent.com/images/qVPDzbemkzi44TfrD4fliOubAhk.png",
    "ogImage": "https://framerusercontent.com/images/aJQCMTIKlway0KxKXpscRUJ4b4k.png",
    "logoHref": "./",
    "logoAlt": "Central Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, and matches the brand name 'Central' in the alt text. It links to the homepage, indicating it is the main brand logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get started",
      "reasoning": "Button #0 with text 'Get started' uses a vibrant accent color (#E50000) which is typically used for primary CTAs. The action-oriented text further supports its role as the primary button."
    },
    "secondary": {
      "index": 1,
      "text": "Talk to an expert",
      "reasoning": "Button #1 with text 'Talk to an expert' uses a darker, more subdued color (#302E2B), making it suitable as a secondary option."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business 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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, and matches the brand name 'Central' in the alt text. It links to the homepage, indicating it is the main brand logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles