Home · Branding · jo

jo Brand Identity

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

Download JSON
Primary
#0F1D33
Accent
#00D4FF
Body Font
Geist
Heading
Geist

Color Palette

Brand palette extracted from https://askjo.ai.

primary
#0F1D33
rgb(15, 29, 51)
secondary
#8BA3C7
rgb(139, 163, 199)
accent
#00D4FF
rgb(0, 212, 255)
background
#0B1628
rgb(11, 22, 40)
textPrimary
#0B1628
rgb(11, 22, 40)
link
#0B1628
rgb(11, 22, 40)

Typography

Each font links to its Google Fonts page where available.

primary
Geist
heading
Geist
JetBrains Mono, SF Mono, Menlo, Consolas, monospace
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

jo favicon
Favicon
jo social image
Social Card

UI Components

Live previews rendered using jo's actual button styles.

input
background #0F1D33 textColor #E8F0FF borderColor #0A2539 borderRadius 16px shadow none
buttonPrimary
background #00D4FF textColor #0B1628 borderRadius 100px shadow none

Brand Personality

Tone: modern Energy: high Audience: tech-savvy individuals looking for AI solutions

jo Brand in the Wild

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

Frequently Asked Questions

What is jo's primary brand color?

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

What accent color does jo use?

jo uses #00D4FF as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does jo use?

jo uses Geist as the primary typeface across body and headings.

Does jo use a light or dark theme?

jo's primary site uses a dark color scheme, with a background of #0B1628.

How was this brand profile generated?

This profile was extracted from https://askjo.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 jo.

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Geist",
      "role": "body"
    },
    {
      "family": "JetBrains Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#0F1D33",
    "secondary": "#8BA3C7",
    "accent": "#00D4FF",
    "background": "#0B1628",
    "textPrimary": "#0B1628",
    "link": "#0B1628"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Geist",
      "heading": "Geist"
    },
    "fontStacks": {
      "heading": [
        "JetBrains Mono",
        "SF Mono",
        "Menlo",
        "Consolas",
        "monospace"
      ],
      "body": [
        "Geist",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "sans-serif"
      ],
      "paragraph": [
        "Geist",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "96px",
      "h2": "56px",
      "body": "21px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#0F1D33",
      "textColor": "#E8F0FF",
      "borderColor": "#0A2539",
      "borderRadius": "16px",
      "borderRadiusCorners": {
        "topLeft": "16px",
        "topRight": "16px",
        "bottomRight": "16px",
        "bottomLeft": "16px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#00D4FF",
      "textColor": "#0B1628",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": null,
    "favicon": "https://askjo.ai/static/favicon-32.png",
    "ogImage": "https://askjo.ai/static/og-image.png"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Beta Access →",
      "reasoning": "Button #0 is selected as the primary CTA because it uses a vibrant blue color (#00D4FF), which is typically associated with primary actions. The text 'Get Beta Access →' is action-oriented, indicating a strong call-to-action."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "There is no valid secondary button with a different background color. Both buttons share the same color, making it impossible to select a secondary button."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "tech-savvy individuals looking for AI solutions"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none"
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles