Home · Branding · Strive Math

Strive Math Brand Identity

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

Download JSON
Primary
#4A5568
Accent
#EDF2F7
Body Font
Jost
Heading
Jost

Color Palette

Brand palette extracted from https://www.strivemath.com/.

primary
#4A5568
rgb(74, 85, 104)
secondary
#7058FF
rgb(112, 88, 255)
accent
#EDF2F7
rgb(237, 242, 247)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#1A202C
rgb(26, 32, 44)
link
#1A202C
rgb(26, 32, 44)

Typography

Each font links to its Google Fonts page where available.

primary
Jost
heading
Jost
-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
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

Strive Math logo
Logo
Strive Math social image
Social Card

UI Components

Live previews rendered using Strive Math's actual button styles.

input
background #FFFFFF textColor #1A202C borderColor null borderRadius 12px shadow rgba(0, 0, 0, 0.15) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 1px 1px 0px inset
buttonPrimary
background #EDF2F7 textColor #FFFFFF borderRadius 24.5px shadow none

Brand Personality

Tone: modern Energy: medium Audience: Parents and children interested in coding education

Strive Math Brand in the Wild

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

Frequently Asked Questions

What is Strive Math's primary brand color?

Strive Math's primary brand color is #4A5568. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Strive Math use?

Strive Math uses #EDF2F7 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Strive Math use?

Strive Math uses Jost as the primary typeface across body and headings.

Does Strive Math use a light or dark theme?

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

Where can I find Strive Math's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Jost",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#4A5568",
    "secondary": "#7058FF",
    "accent": "#EDF2F7",
    "background": "#FFFFFF",
    "textPrimary": "#1A202C",
    "link": "#1A202C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Jost",
      "heading": "Jost"
    },
    "fontStacks": {
      "heading": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Helvetica",
        "Arial",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol"
      ],
      "body": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Helvetica",
        "Arial",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol"
      ],
      "paragraph": [
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Helvetica",
        "Arial",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "16px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 12,
    "borderRadius": "16px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#1A202C",
      "borderColor": null,
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0.15) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 1px 1px 0px inset"
    },
    "buttonPrimary": {
      "background": "#EDF2F7",
      "textColor": "#FFFFFF",
      "borderRadius": "24.5px",
      "borderRadiusCorners": {
        "topLeft": "24.5px",
        "topRight": "24.5px",
        "bottomRight": "24.5px",
        "bottomLeft": "24.5px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.strivemath.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fmain-logo.788f0432.png&w=256&q=75",
    "favicon": null,
    "ogImage": "https://www.strivemath.com/other/og-image-min.jpg",
    "logoAlt": "Strive"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, and matches the brand name 'Strive' from the page title and URL.",
    "confidence": 0.8,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Try a class",
      "reasoning": "Button #0 with text 'Try a class' is likely the primary CTA due to its action-oriented text and consistent styling across multiple instances, indicating a strong emphasis on this action."
    },
    "secondary": {
      "index": 3,
      "text": "See Detailed Syllabus",
      "reasoning": "Button #3 with text 'See Detailed Syllabus' serves as a secondary action, providing additional information without the same level of emphasis as the primary CTA."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "Parents and children interested in coding education"
  },
  "designSystem": {
    "framework": "chakra",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, and matches the brand name 'Strive' from the page title and URL.",
        "confidence": 0.8
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles