Home · Branding · Theo

Theo Brand Identity

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

Download JSON
Primary
#0000EE
Accent
#60787C
Body Font
Season Mix Regular
Heading
Season Sans Medium

Color Palette

Brand palette extracted from https://theo.xyz/.

primary
#0000EE
rgb(0, 0, 238)
secondary
#86F1FF
rgb(134, 241, 255)
accent
#60787C
rgb(96, 120, 124)
background
#090909
rgb(9, 9, 9)
textPrimary
#090909
rgb(9, 9, 9)
link
#60787C
rgb(96, 120, 124)

Typography

Each font links to its Google Fonts page where available.

primary
Season Mix Regular
Season Mix Regular Google Fonts →
heading
Season Sans Medium
Season Sans Medium Google Fonts →
Season Mix Regular, 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

Theo favicon
Favicon
Theo social image
Social Card

UI Components

Live previews rendered using Theo's actual button styles.

buttonPrimary
background #FFFFFF textColor #0000EE borderRadius 50px shadow none
buttonSecondary
background #222222 textColor #0000EE borderRadius 50px shadow none

Brand Personality

Tone: modern Energy: medium Audience: investors and financial professionals

Theo Brand in the Wild

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

Frequently Asked Questions

What is Theo's primary brand color?

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

What accent color does Theo use?

Theo uses #60787C as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Theo use?

Theo uses Season Mix Regular for body text and Season Sans Medium for headings. Fonts were detected on https://theo.xyz/ as part of their live design system.

Does Theo use a light or dark theme?

Theo's primary site uses a dark color scheme, with a background of #090909.

How was this brand profile generated?

This profile was extracted from https://theo.xyz/ 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 Theo.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Geist Mono",
      "role": "monospace"
    },
    {
      "family": "Season Sans Medium",
      "role": "heading"
    },
    {
      "family": "Season Mix Regular",
      "role": "body"
    },
    {
      "family": "Season Sans Regular",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#86F1FF",
    "accent": "#60787C",
    "background": "#090909",
    "textPrimary": "#090909",
    "link": "#60787C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Season Mix Regular",
      "heading": "Season Sans Medium"
    },
    "fontStacks": {
      "heading": [
        "Season Mix Regular",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Season Sans Medium",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "52px",
      "h2": "44px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "10px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#0000EE",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#222222",
      "textColor": "#0000EE",
      "borderRadius": "50px",
      "borderRadiusCorners": {
        "topLeft": "50px",
        "topRight": "50px",
        "bottomRight": "50px",
        "bottomLeft": "50px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://framerusercontent.com/images/VJ0hHk1je6Lx7L1QvmuaGLL3UuQ.svg",
    "ogImage": "https://framerusercontent.com/assets/urWDUAyyIuQySbAwBWEgTczk0.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "None of the logo candidates clearly match the brand 'Theo' as inferred from the page title and URL. They are either too small or not prominently placed in the header.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Launch app",
      "reasoning": "The 'Launch app' button is likely the primary CTA due to its action-oriented text, suggesting immediate engagement with the product."
    },
    "secondary": {
      "index": 0,
      "text": "Explore Theo",
      "reasoning": "The 'Explore Theo' button serves as a secondary action, inviting users to learn more about the platform before committing to launching the app."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "investors and financial professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "None of the logo candidates clearly match the brand 'Theo' as inferred from the page title and URL. They are either too small or not prominently placed in the header.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles