Home · Branding · Cerebrium

Cerebrium Brand Identity

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

Download JSON
Primary
#172B76
Accent
#FF488B
Body Font
Suisse Intl
Heading
Suisse Intl

Color Palette

Brand palette extracted from https://www.cerebrium.ai/.

primary
#172B76
rgb(23, 43, 118)
secondary
#181D2E
rgb(24, 29, 46)
accent
#FF488B
rgb(255, 72, 139)
background
#101421
rgb(16, 20, 33)
textPrimary
#101421
rgb(16, 20, 33)
link
#101421
rgb(16, 20, 33)

Typography

Each font links to its Google Fonts page where available.

primary
Suisse Intl
Suisse Intl Google Fonts →
heading
Suisse Intl
Suisse Intl Google Fonts →
ABC Favorit Trial, 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

Cerebrium favicon
Favicon
Cerebrium social image
Social Card

UI Components

Live previews rendered using Cerebrium's actual button styles.

buttonPrimary
background #FF488B textColor #101421 borderRadius 7px shadow none
buttonSecondary
background #101421 textColor #FFFFFF borderRadius 7px shadow none

Brand Personality

Tone: modern Energy: high Audience: developers and tech companies

Cerebrium Brand in the Wild

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

Frequently Asked Questions

What is Cerebrium's primary brand color?

Cerebrium's primary brand color is #172B76. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Cerebrium use?

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

What font does Cerebrium use?

Cerebrium uses Suisse Intl as the primary typeface across body and headings.

Does Cerebrium use a light or dark theme?

Cerebrium's primary site uses a dark color scheme, with a background of #101421.

How was this brand profile generated?

This profile was extracted from https://www.cerebrium.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 Cerebrium.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Suisse Intl",
      "role": "body"
    },
    {
      "family": "Suisse Intl Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#172B76",
    "secondary": "#181D2E",
    "accent": "#FF488B",
    "background": "#101421",
    "textPrimary": "#101421",
    "link": "#101421"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Suisse Intl",
      "heading": "Suisse Intl"
    },
    "fontStacks": {
      "heading": [
        "ABC Favorit Trial",
        "sans-serif"
      ],
      "body": [
        "Suisse Intl",
        "sans-serif"
      ],
      "paragraph": [
        "Suisse Intl",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "104.869px",
      "h2": "16px",
      "body": "17px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FF488B",
      "textColor": "#101421",
      "borderRadius": "7px",
      "borderRadiusCorners": {
        "topLeft": "7px",
        "topRight": "7px",
        "bottomRight": "7px",
        "bottomLeft": "7px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#101421",
      "textColor": "#FFFFFF",
      "borderRadius": "7px",
      "borderRadiusCorners": {
        "topLeft": "7px",
        "topRight": "7px",
        "bottomRight": "7px",
        "bottomLeft": "7px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://www.datocms-assets.com/180613/1770487378-iiynr41hlhnjq7vtreipiv8k6eo.png?auto=format&h=16&w=16",
    "ogImage": "https://www.datocms-assets.com/180613/1774904124-og-image.png?auto=format&fit=max&w=1200"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "No visible or appropriately sized logo in the header matches the brand 'Cerebrium'. All candidates are either invisible or too small.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Get started",
      "reasoning": "Button #0 with text 'Get started' uses a vibrant brand color (#FF488B) and action-oriented text, making it the primary CTA."
    },
    "secondary": {
      "index": 0,
      "text": "Book a demo",
      "reasoning": "Button #2 with text 'Book a demo' has a different background color (#101421) and serves as a secondary action, complementing the primary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "developers and tech companies"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "No visible or appropriately sized logo in the header matches the brand 'Cerebrium'. All candidates are either invisible or too small.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles