# The Context Company Brand Identity

A complete profile of **The Context Company**'s visual system — colors, typography, components, and personality — extracted from [https://thecontext.company](https://thecontext.company/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from https://thecontext.company.

| Color   | Hex      | RGB                 |
| ------- |----------|---------------------|
| primary | #FF6900  | rgb(255, 105, 0)    |
| accent  | #FF6900  | rgb(255, 105, 0)    |
| background | #FFFFFF | rgb(255, 255, 255)  |
| textPrimary | #79716B | rgb(121, 113, 107) |
| link    | #FF6900  | rgb(255, 105, 0)    |

## Typography

Each font links to its Google Fonts page where available.

| Role     | Font      | Link          |
| -------- |-----------|---------------|
| primary  | Geist Mono | [Google Fonts →](https://fonts.google.com/specimen/Geist+Mono) |
| heading  | Geist Mono | [Google Fonts →](https://fonts.google.com/specimen/Geist+Mono) |

## UI Components

Live previews rendered using The Context Company's actual button styles.

### Button Primary
- **background**: #FF6900
- **textColor**: #FFFFFF
- **borderRadius**: 4px
- **shadow**: none

### Button Secondary
- **background**: #FFFFFF
- **textColor**: #0C0A09
- **borderColor**: #E7E5E4
- **borderRadius**: 4px
- **shadow**: none

## Brand Personality

- **Tone:** modern
- **Energy:** medium
- **Audience:** business professionals and developers interested in AI and user behavior analytics

## The Context Company Brand in the Wild

[Image Source](https://www.thecontext.company/images/slack-mockup.png)

[Image Source](https://www.thecontext.company/opengraph-image.png)

[Image Source](https://www.thecontext.company/_next/image?url=%2Fyc-logo.png&w=3840&q=75)

[Image Source](https://www.thecontext.company/yc-logo.png)

[Image Source](https://mintcdn.com/thecontextcompany/h7xu9MTIjNutb1P4/logo/logo.png?fit=max&auto=format&n=h7xu9MTIjNutb1P4&q=85&s=9e418eb4f371c91d33c6d3166a412fba)

[Image Source](https://www.thecontextcompany.nl/assets/files/logo-tcc.png)

## Frequently Asked Questions

### What is The Context Company's primary brand color?
The Context Company's primary brand color is #FF6900. It anchors the visual identity across their website, product UI, and marketing materials.

### What font does The Context Company use?
The Context Company uses Geist Mono as the primary typeface across body and headings.

### Does The Context Company use a light or dark theme?
The Context Company's primary site uses a light color scheme, with a background of #FFFFFF.

### Where can I find The Context Company's logo?
The Context Company's logo is available directly on their site (https://thecontext.company). 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://thecontext.company 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 The Context Company.

## Machine-Readable Profile

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

```json
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Geist Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#FF6900",
    "accent": "#FF6900",
    "background": "#FFFFFF",
    "textPrimary": "#79716B",
    "link": "#FF6900"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Geist Mono",
      "heading": "Geist Mono"
    },
    "fontStacks": {
      "heading": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "46px",
      "h2": "30px",
      "body": "12px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FF6900",
      "textColor": "#FFFFFF",
      "borderRadius": "4px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0C0A09",
      "borderColor": "#E7E5E4",
      "borderRadius": "4px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.thecontext.company/logo.svg",
    "favicon": "https://www.thecontext.company/favicon.ico?favicon.cffb27d1.ico",
    "ogImage": "https://www.thecontext.company/opengraph-image.png",
    "logoHref": "/",
    "logoAlt": "The Context Company"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business professionals and developers interested in AI and user behavior analytics"
  }
}
```
