Home · Branding · bem

bem Brand Identity

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

Download JSON
Primary
#3030FF
Accent
#3030FF
Body Font
ppNeueMontreal
Heading
ppNeueCorp

Color Palette

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

primary
#3030FF
rgb(48, 48, 255)
secondary
#8898AA
rgb(136, 152, 170)
accent
#3030FF
rgb(48, 48, 255)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#0A2540
rgb(10, 37, 64)
link
#0A2540
rgb(10, 37, 64)

Typography

Each font links to its Google Fonts page where available.

primary
ppNeueMontreal
ppNeueMontreal Google Fonts →
heading
ppNeueCorp
ppNeueCorp, Work Sans, 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

bem logo
Logo
bem favicon
Favicon
bem social image
Social Card

UI Components

Live previews rendered using bem's actual button styles.

buttonPrimary
background #3030FF textColor #FFFFFF borderRadius 8px shadow none
buttonSecondary
background #0A2540 textColor #FFFFFF borderColor #FFFFFF borderRadius 8px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech professionals

bem Brand in the Wild

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

Frequently Asked Questions

What is bem's primary brand color?

bem's primary brand color is #3030FF. It anchors the visual identity across their website, product UI, and marketing materials.

What font does bem use?

bem uses ppNeueMontreal for body text and ppNeueCorp for headings. Fonts were detected on https://www.bem.ai/ as part of their live design system.

Does bem use a light or dark theme?

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

Where can I find bem's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "ppNeueMontreal",
      "role": "body"
    },
    {
      "family": "inter",
      "role": "body"
    },
    {
      "family": "ppNeueCorp",
      "role": "heading"
    },
    {
      "family": "Work Sans",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#3030FF",
    "secondary": "#8898AA",
    "accent": "#3030FF",
    "background": "#FFFFFF",
    "textPrimary": "#0A2540",
    "link": "#0A2540"
  },
  "typography": {
    "fontFamilies": {
      "primary": "ppNeueMontreal",
      "heading": "ppNeueCorp"
    },
    "fontStacks": {
      "heading": [
        "ppNeueCorp",
        "Work Sans",
        "sans-serif"
      ],
      "body": [
        "inter",
        "system-ui",
        "-apple-system",
        "sans-serif"
      ],
      "paragraph": [
        "ppNeueMontreal",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "80px",
      "h2": "48px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#3030FF",
      "textColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#0A2540",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%2294%22%20height%3D%2225%22%20viewBox%3D%220%200%2078%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22position%3A%20absolute%3B%20left%3A%200px%3B%20transition%3A%20transform%200.8s%20cubic-bezier(0.65%2C%200%2C%200.35%2C%201)%3B%20transform%3A%20translateX(0px)%3B%20min-width%3A%2094px%3B%22%20data-fc-idx%3D%220%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.1765%209.37118C12.4935%2010.4191%2012.6521%2011.5606%2012.6521%2012.7956C12.6521%2014.1242%2012.4749%2015.2937%2012.1205%2016.3042C11.7101%2017.5392%2011.0479%2018.5029%2010.134%2019.1953C9.22%2019.8876%208.10086%2020.2338%206.7765%2020.2338C5.47085%2020.2338%204.39831%2019.7379%203.55894%2018.7461C3.52163%2018.69%203.48433%2018.6713%203.44702%2018.69C3.40972%2018.7087%203.39106%2018.7461%203.39106%2018.8023V19.6724C3.39106%2019.766%203.35376%2019.8502%203.27915%2019.9251C3.22319%2019.9812%203.14858%2020.0093%203.05532%2020.0093H0.481255C0.387992%2020.0093%200.304055%2019.9812%200.229445%2019.9251C0.173487%2019.8502%200.145508%2019.766%200.145508%2019.6724V0.697908C0.145508%200.604346%200.173487%200.529497%200.229445%200.473359C0.304055%200.398509%200.387992%200.361084%200.481255%200.361084H3.05532C3.14858%200.361084%203.22319%200.398509%203.27915%200.473359C3.35376%200.529497%203.39106%200.604346%203.39106%200.697908V6.78885C3.39106%206.84499%203.40972%206.88241%203.44702%206.90112C3.48433%206.91983%203.52163%206.91048%203.55894%206.87305C4.361%205.91872%205.42422%205.44153%206.74852%205.44153C8.12884%205.44153%209.26663%205.78774%2010.1619%206.48006C11.0759%207.17243%2011.7474%208.13612%2012.1765%209.37118ZM8.65113%2016.0796C9.09876%2015.2937%209.32258%2014.2177%209.32258%2012.8517C9.32258%2011.3921%209.04281%2010.2507%208.48321%209.42731C7.97962%208.64138%207.23351%208.24844%206.24494%208.24844C5.33094%208.24844%204.63147%208.66009%204.1465%209.48344C3.68018%2010.2507%203.44702%2011.364%203.44702%2012.8236C3.44702%2014.2645%203.66153%2015.3498%204.09054%2016.0796C4.57551%2016.9778%205.30296%2017.4269%206.27291%2017.4269C6.79515%2017.4269%207.26149%2017.3147%207.67182%2017.0901C8.08221%2016.8468%208.40861%2016.51%208.65113%2016.0796ZM27.696%2011.2237C27.7706%2011.6915%2027.808%2012.2155%2027.808%2012.7956L27.78%2013.6657C27.78%2013.8902%2027.668%2014.0026%2027.4442%2014.0026H18.6868C18.5935%2014.0026%2018.5469%2014.0493%2018.5469%2014.1429C18.6028%2014.7604%2018.6868%2015.1814%2018.7987%2015.406C19.2464%2016.7533%2020.3376%2017.4363%2022.0723%2017.455C23.3406%2017.455%2024.3478%2016.931%2025.094%2015.8831C25.1686%2015.7709%2025.2619%2015.7147%2025.3738%2015.7147C25.4484%2015.7147%2025.5137%2015.7428%2025.5696%2015.7989L27.3043%2017.2304C27.4722%2017.3614%2027.5002%2017.5111%2027.3882%2017.6795C26.81%2018.5029%2026.0359%2019.1391%2025.066%2019.5882C24.1147%2020.0373%2023.0515%2020.2619%2021.8764%2020.2619C20.4215%2020.2619%2019.1811%2019.9344%2018.1552%2019.2795C17.148%2018.6245%2016.4112%2017.7076%2015.9449%2016.5287C15.5159%2015.5182%2015.3013%2014.1148%2015.3013%2012.3184C15.3013%2011.2331%2015.4133%2010.3536%2015.6371%209.67991C16.0101%208.37007%2016.7096%207.34083%2017.7355%206.59238C18.7801%205.82516%2020.0298%205.44153%2021.4847%205.44153C25.1592%205.44153%2027.2297%207.36896%2027.696%2011.2237ZM21.4847%208.24844C20.7945%208.24844%2020.2163%208.4262%2019.75%208.78171C19.3023%209.11857%2018.9852%209.59571%2018.7987%2010.2132C18.6868%2010.5313%2018.6122%2010.943%2018.5749%2011.4482C18.5376%2011.5418%2018.5749%2011.5886%2018.6868%2011.5886H24.3665C24.4598%2011.5886%2024.5064%2011.5418%2024.5064%2011.4482C24.4691%2010.9805%2024.4132%2010.6249%2024.3385%2010.3816C24.1707%209.70798%2023.8349%209.18406%2023.3313%208.80978C22.8464%208.43556%2022.2308%208.24844%2021.4847%208.24844ZM49.4361%206.76078C48.634%205.8813%2047.5149%205.44153%2046.0786%205.44153C45.1833%205.44153%2044.3719%205.61929%2043.6444%205.97486C42.917%206.33037%2042.3481%206.88241%2041.9377%207.63091C41.8631%207.70576%2041.7978%207.70576%2041.7419%207.63091C41.3688%206.91983%2040.8373%206.37715%2040.1471%206.00292C39.4569%205.62864%2038.6549%205.44153%2037.7409%205.44153C36.9948%205.44153%2036.314%205.57251%2035.6984%205.83452C35.1016%206.07777%2034.5979%206.46135%2034.1876%206.98532C34.1502%207.04145%2034.1129%207.06017%2034.0756%207.04145C34.0383%207.02274%2034.0197%206.98532%2034.0197%206.92919V6.00292C34.0197%205.90937%2033.9824%205.83452%2033.9078%205.77839C33.8518%205.70349%2033.7772%205.66606%2033.684%205.66606H31.1099C31.0166%205.66606%2030.9327%205.70349%2030.858%205.77839C30.8021%205.83452%2030.7741%205.90937%2030.7741%206.00292V19.6724C30.7741%2019.766%2030.8021%2019.8502%2030.858%2019.9251C30.9327%2019.9812%2031.0166%2020.0093%2031.1099%2020.0093H33.684C33.7772%2020.0093%2033.8518%2019.9812%2033.9078%2019.9251C33.9824%2019.8502%2034.0197%2019.766%2034.0197%2019.6724V10.55C34.0943%209.83901%2034.3555%209.27762%2034.8031%208.86592C35.2694%208.45427%2035.857%208.24844%2036.5658%208.24844C37.3305%208.24844%2037.9461%208.50105%2038.4124%209.0063C38.8787%209.51151%2039.1119%2010.1945%2039.1119%2011.0553V19.6724C39.1119%2019.766%2039.1399%2019.8502%2039.1958%2019.9251C39.2704%2019.9812%2039.3544%2020.0093%2039.4476%2020.0093H41.9937C42.0869%2020.0093%2042.1616%2019.9812%2042.2175%2019.9251C42.2921%2019.8502%2042.3294%2019.766%2042.3294%2019.6724V11.0272C42.3294%2010.1852%2042.5719%209.51151%2043.0569%209.0063C43.5419%208.50105%2044.1667%208.24844%2044.9315%208.24844C45.6963%208.24844%2046.3024%208.50105%2046.7501%209.0063C47.2164%209.51151%2047.4496%2010.1945%2047.4496%2011.0553V19.6724C47.4496%2019.766%2047.4776%2019.8502%2047.5335%2019.9251C47.6081%2019.9812%2047.6921%2020.0093%2047.7853%2020.0093H50.3314C50.4247%2020.0093%2050.4993%2019.9812%2050.5552%2019.9251C50.6299%2019.8502%2050.6672%2019.766%2050.6672%2019.6724V10.3816C50.6672%208.82849%2050.2568%207.62156%2049.4361%206.76078Z%22%20fill%3D%22%23fff%22%20style%3D%22opacity%3A%200%20!important%3B%20transition%3A%20opacity%200.7s%20cubic-bezier(0.65%2C%200%2C%200.35%2C%201)%3B%20fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M61.6563%203.10924V0.540873H77.7855V3.10924H61.6563ZM58.0727%200.540949H60.6326V16.7216H58.0727V0.540949ZM58.0727%2017.749V20.3174H74.2013V17.749H58.0727ZM75.2255%204.13662H77.7855V20.3173H75.2255V4.13662Z%22%20fill%3D%22%23fff%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://www.bem.ai/favicon.ico",
    "ogImage": "https://bem.ai/opengraph-image-xg4ifa?334331cdf1ad6932",
    "logoHref": "/"
  },
  "__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 'bem'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start building",
      "reasoning": "Button #0 has a vibrant blue background (#3030FF), which is the brand color, and the text 'Start building' is action-oriented, making it the primary CTA."
    },
    "secondary": {
      "index": 4,
      "text": "Talk to the team",
      "reasoning": "Button #4 has a different background color (#0A2540) and the text 'Talk to the team', which is suitable for a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech professionals"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'bem'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles