Home · Branding · GrowthBook

GrowthBook Brand Identity

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

Download JSON
Primary
#151E3D
Accent
#6E56CF
Body Font
Inter
Heading
Inter

Color Palette

Brand palette extracted from https://www.growthbook.io.

primary
#151E3D
rgb(21, 30, 61)
secondary
#6E56CF
rgb(110, 86, 207)
accent
#6E56CF
rgb(110, 86, 207)
background
#FAFAFA
rgb(250, 250, 250)
textPrimary
#2B2B2B
rgb(43, 43, 43)
link
#1A1238
rgb(26, 18, 56)

Typography

Each font links to its Google Fonts page where available.

primary
Inter
heading
Inter
Inter, Arial, 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

GrowthBook logo
Logo
GrowthBook favicon
Favicon
GrowthBook social image
Social Card

UI Components

Live previews rendered using GrowthBook's actual button styles.

input
background transparent textColor #151E3D borderColor #BDBDCE borderRadius 8px shadow none
buttonPrimary
background #6E56CF textColor #FFFFFF borderColor #6E56CF borderRadius 8px shadow none
buttonSecondary
background #151E3D textColor #FFFFFF borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: product managers, developers, data analysts

GrowthBook Brand in the Wild

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

Frequently Asked Questions

What is GrowthBook's primary brand color?

GrowthBook's primary brand color is #151E3D. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does GrowthBook use?

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

What font does GrowthBook use?

GrowthBook uses Inter as the primary typeface across body and headings.

Does GrowthBook use a light or dark theme?

GrowthBook's primary site uses a light color scheme, with a background of #FAFAFA.

Where can I find GrowthBook's logo?

GrowthBook's logo is available directly on their site (https://www.growthbook.io). 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.growthbook.io 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 GrowthBook.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "IBM Plex Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#151E3D",
    "secondary": "#6E56CF",
    "accent": "#6E56CF",
    "background": "#FAFAFA",
    "textPrimary": "#2B2B2B",
    "link": "#1A1238"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "68px",
      "h2": "18px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#151E3D",
      "borderColor": "#BDBDCE",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#6E56CF",
      "textColor": "#FFFFFF",
      "borderColor": "#6E56CF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#151E3D",
      "textColor": "#FFFFFF",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/6978e7d86b5629eb801262d8/699c0f94ac35cdac38fc369a_Group%208.svg",
    "favicon": "https://cdn.prod.website-files.com/6978e7d86b5629eb801262d8/6978fcf7c8dd61d29897f0ef_designHere.png",
    "ogImage": "https://cdn.prod.website-files.com/6978e7d86b5629eb801262d8/69e8ef0398f9f48d56a37666_11.png",
    "logoHref": "/",
    "logoAlt": "Logo, click to go to home page."
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'GrowthBook'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 6,
      "text": "Start for Free",
      "reasoning": "Button #8 'Start for Free' uses a vibrant blue color (#6E56CF) and has action-oriented text, making it a strong primary CTA."
    },
    "secondary": {
      "index": 4,
      "text": "Get StartedBook a Demo",
      "reasoning": "Button #0 'Get StartedBook a Demo' uses a different color (#151E3D) and offers an alternative action, making it suitable as a secondary CTA."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "product managers, developers, data analysts"
  },
  "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, located in the header, links to the homepage, and matches the brand name 'GrowthBook'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles