Home · Branding · OpenAI

OpenAI Brand Identity

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

Download JSON
Primary
#C9D1D9
Accent
#005CC5
Body Font
OpenAI Sans
Heading
OpenAI Sans

Color Palette

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

primary
#C9D1D9
rgb(201, 209, 217)
secondary
#22863A
rgb(34, 134, 58)
accent
#005CC5
rgb(0, 92, 197)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#000000
rgb(0, 0, 0)
link
#005CC5
rgb(0, 92, 197)

Typography

Each font links to its Google Fonts page where available.

primary
OpenAI Sans
OpenAI Sans Google Fonts →
heading
OpenAI Sans
OpenAI Sans Google Fonts →
OpenAI 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

OpenAI logo
Logo
OpenAI favicon
Favicon
OpenAI social image
Social Card

UI Components

Live previews rendered using OpenAI's actual button styles.

input
background transparent textColor #000000 borderColor null borderRadius 9999px shadow none
buttonPrimary
background #000000 textColor #FFFFFF borderRadius 40px shadow none
buttonSecondary
background transparent textColor #000000 borderColor #000000 borderRadius 9999px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.02) 0px 4px 6px 0px, rgba(0, 0, 0, 0.05) 0px 0px 2px 0px

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy individuals and businesses

OpenAI Brand in the Wild

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

Frequently Asked Questions

What is OpenAI's primary brand color?

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

What accent color does OpenAI use?

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

What font does OpenAI use?

OpenAI uses OpenAI Sans as the primary typeface across body and headings.

Does OpenAI use a light or dark theme?

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

Where can I find OpenAI's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "OpenAI Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#C9D1D9",
    "secondary": "#22863A",
    "accent": "#005CC5",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#005CC5"
  },
  "typography": {
    "fontFamilies": {
      "primary": "OpenAI Sans",
      "heading": "OpenAI Sans"
    },
    "fontStacks": {
      "heading": [
        "OpenAI Sans",
        "sans-serif"
      ],
      "body": [
        "OpenAI Sans",
        "sans-serif"
      ],
      "paragraph": [
        "OpenAI Sans",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "17px",
      "h2": "22px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": null,
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "40px",
      "borderRadiusCorners": {
        "topLeft": "40px",
        "topRight": "40px",
        "bottomRight": "40px",
        "bottomLeft": "40px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.02) 0px 4px 6px 0px, rgba(0, 0, 0, 0.05) 0px 0px 2px 0px"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2290%22%20fill%3D%22none%22%20viewBox%3D%220%200%20288%2078%22%20class%3D%22h-%5B17px%5D%20w-auto%22%20data-fc-idx%3D%220%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.6.398C13.77.398%200%2014.168%200%2030.998s13.77%2030.6%2030.6%2030.6%2030.6-13.685%2030.6-30.6S47.515.398%2030.6.398m0%2050.235c-10.455%200-18.87-8.585-18.87-19.635s8.415-19.635%2018.87-19.635%2018.87%208.585%2018.87%2019.635-8.415%2019.635-18.87%2019.635m61.54-33.235c-5.526%200-10.88%202.21-13.686%205.95v-5.1h-11.05v59.5h11.05V56.243c2.805%203.485%207.99%205.355%2013.685%205.355%2011.9%200%2021.25-9.35%2021.25-22.1s-9.35-22.1-21.25-22.1m-1.87%2034.595c-6.29%200-11.9-4.93-11.9-12.495s5.61-12.495%2011.9-12.495%2011.899%204.93%2011.899%2012.495-5.61%2012.495-11.9%2012.495m49.133-34.595c-12.07%200-21.59%209.435-21.59%2022.1s8.33%2022.1%2021.93%2022.1c11.135%200%2018.275-6.715%2020.485-14.28h-10.795c-1.36%203.145-5.185%205.355-9.775%205.355-5.695%200-10.03-3.995-11.05-9.69h32.13v-4.335c0-11.56-8.075-21.25-21.335-21.25m-10.71%2017.765c1.19-5.355%205.61-8.84%2010.965-8.84%205.695%200%2010.03%203.74%2010.54%208.84zm61.454-17.765c-4.93%200-10.115%202.21-12.495%205.865v-5.015H166.6v42.5h11.05V37.883c0-6.63%203.57-10.965%209.35-10.965%205.355%200%208.245%204.08%208.245%209.775v24.055h11.05v-25.84c0-10.54-6.46-17.51-16.15-17.51M234.596%201.25l-24.055%2059.5h11.815l5.1-13.005h27.37l5.1%2013.005h11.985l-23.885-59.5zm-3.315%2036.635%209.86-24.905%209.775%2024.905zM287.636%201.25h-11.22v59.5h11.22z%22%20style%3D%22fill%3A%20rgb(0%2C%200%2C%200)%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
    "favicon": "https://openai.com/favicon.ico?favicon.0w1tl_z9koc07.ico",
    "ogImage": "https://images.ctfassets.net/kftzwdyauwt9/3KGOHkSXu53naMuSFNaiwv/cdb0e2f899f524abb71314ab20e09c9c/OAI-white-on-black.png?w=1600&h=900&fit=fill",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of being the main brand logo for OpenAI.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Try ChatGPT(opens in a new window)",
      "reasoning": "Button #0 ('Try ChatGPT') is the primary CTA due to its action-oriented text and distinct dark background color, making it stand out as the main call-to-action."
    },
    "secondary": {
      "index": 4,
      "text": "Learn about ChatGPT Business",
      "reasoning": "Button #4 ('Learn about ChatGPT Business') is selected as secondary because it has a transparent background, differentiating it from the primary button's dark background, and serves as a supportive action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy individuals and businesses"
  },
  "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 located in the header, is visible, and links to the homepage, which are strong indicators of being the main brand logo for OpenAI.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles