Home · Branding · Culture Biosciences

Culture Biosciences Brand Identity

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

Download JSON
Primary
#151F28
Accent
#151F28
Body Font
Inter
Heading
Montserrat

Color Palette

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

primary
#151F28
rgb(21, 31, 40)
secondary
#9351FE
rgb(147, 81, 254)
accent
#151F28
rgb(21, 31, 40)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#2B4053
rgb(43, 64, 83)
link
#2B4053
rgb(43, 64, 83)

Typography

Each font links to its Google Fonts page where available.

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

Culture Biosciences logo
Logo
Culture Biosciences favicon
Favicon
Culture Biosciences social image
Social Card

UI Components

Live previews rendered using Culture Biosciences's actual button styles.

input
background #FFFFFF textColor #151F28 borderColor #959FA9 borderRadius 5px shadow none
buttonPrimary
background #151F28 textColor #FFFFFF borderColor #151F28 borderRadius 200px shadow none
buttonSecondary
background #F3F5FF textColor #2B4053 borderRadius 0px shadow none

Brand Personality

Tone: professional Energy: medium Audience: biotechnology professionals

Culture Biosciences Brand in the Wild

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

Frequently Asked Questions

What is Culture Biosciences's primary brand color?

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

What font does Culture Biosciences use?

Culture Biosciences uses Inter for body text and Montserrat for headings. Fonts were detected on https://culturebiosciences.com as part of their live design system.

Does Culture Biosciences use a light or dark theme?

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

Where can I find Culture Biosciences's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "Montserrat",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#151F28",
    "secondary": "#9351FE",
    "accent": "#151F28",
    "background": "#FFFFFF",
    "textPrimary": "#2B4053",
    "link": "#2B4053"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "heading": [
        "Montserrat",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "88px",
      "h2": "58px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "3px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#151F28",
      "borderColor": "#959FA9",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#151F28",
      "textColor": "#FFFFFF",
      "borderColor": "#151F28",
      "borderRadius": "200px",
      "borderRadiusCorners": {
        "topLeft": "200px",
        "topRight": "200px",
        "bottomRight": "200px",
        "bottomLeft": "200px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F3F5FF",
      "textColor": "#2B4053",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.culturebiosciences.com/hs-fs/hubfs/Culture-Logo-white.png?width=140&height=34&name=Culture-Logo-white.png",
    "favicon": "https://www.culturebiosciences.com/hubfs/Website%202026/Icons/Favicon.png",
    "ogImage": "https://www.culturebiosciences.com/hubfs/Website%202026/Images/Opengraph.png",
    "logoHref": "https://www.culturebiosciences.com/?hsLang=en",
    "logoAlt": "Culture Biosciences Logo"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, and matches the brand name 'Culture Biosciences'. It links to the homepage, confirming it as the primary logo.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Request demo",
      "reasoning": "Button #0 'Request demo' has a dark background (#151F28) which stands out as a strong CTA. The text is action-oriented, making it a clear primary choice."
    },
    "secondary": {
      "index": 5,
      "text": "Request demo",
      "reasoning": "Button #5 'Request demo' has a different background color (#F3F5FF) and serves as a secondary option with a similar action-oriented text."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "biotechnology 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, located in the header, and matches the brand name 'Culture Biosciences'. It links to the homepage, confirming it as the primary logo.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles