Home · Branding · The Juggernaut

The Juggernaut Brand Identity

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

Download JSON
Primary
#DC2626
Accent
#DC2626
Body Font
Oli Grotesk
Heading
Oli Grotesk

Color Palette

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

primary
#DC2626
rgb(220, 38, 38)
secondary
#374151
rgb(55, 65, 81)
accent
#DC2626
rgb(220, 38, 38)
background
#000000
rgb(0, 0, 0)
textPrimary
#000000
rgb(0, 0, 0)
link
#962D00
rgb(150, 45, 0)

Typography

Each font links to its Google Fonts page where available.

primary
Oli Grotesk
Oli Grotesk Google Fonts →
heading
Oli Grotesk
Oli Grotesk Google Fonts →
Sentient-Master, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
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

The Juggernaut logo
Logo
The Juggernaut social image
Social Card

UI Components

Live previews rendered using The Juggernaut's actual button styles.

input
background #FFFFFF textColor #111827 borderColor null borderRadius 6px shadow none
buttonPrimary
background #DC2626 textColor #FFFFFF borderRadius 9999px shadow none
buttonSecondary
background #FFFFFF textColor #893515 borderRadius 9999px shadow none

Brand Personality

Tone: professional Energy: medium Audience: South Asian community and those interested in South Asian stories

The Juggernaut Brand in the Wild

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

Frequently Asked Questions

What is The Juggernaut's primary brand color?

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

What font does The Juggernaut use?

The Juggernaut uses Oli Grotesk as the primary typeface across body and headings.

Does The Juggernaut use a light or dark theme?

The Juggernaut's primary site uses a light color scheme, with a background of #000000.

Where can I find The Juggernaut's logo?

The Juggernaut's logo is available directly on their site (https://www.thejuggernaut.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.thejuggernaut.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 The Juggernaut.

Methodology

Brand data on this page was extracted from https://www.thejuggernaut.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 The Juggernaut.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Oli Grotesk",
      "role": "unknown"
    },
    {
      "family": "Sentient-Master",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#DC2626",
    "secondary": "#374151",
    "accent": "#DC2626",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#962D00"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Oli Grotesk",
      "heading": "Oli Grotesk"
    },
    "fontStacks": {
      "heading": [
        "Sentient-Master",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "Sentient-Master",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "JuggernautFont",
        "ui-serif",
        "Georgia",
        "Cambria",
        "Times New Roman",
        "Times",
        "serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "16px",
      "body": "30px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "2px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#111827",
      "borderColor": null,
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "6px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#DC2626",
      "textColor": "#FFFFFF",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#893515",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.thejuggernaut.com/_next/static/media/logo-white.44b1ac4f.svg",
    "favicon": null,
    "ogImage": "https://www.thejuggernaut.com/static/juggernaut_wordmark_preview.png",
    "logoHref": "/",
    "logoAlt": "The Juggernaut Wordmark"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 2,
    "reasoning": "Selected #2 because it is visible, medium-sized, located in the header, and matches the brand name 'The Juggernaut'. It links to the homepage, making it the primary brand logo.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Subscribe",
      "reasoning": "Button #0 with text 'Subscribe' is the primary CTA due to its vibrant brand color (#DC2626) and prominent action-oriented text, making it the most likely primary action for users."
    },
    "secondary": {
      "index": 3,
      "text": "Subscribe",
      "reasoning": "Button #3 with text 'Subscribe' is selected as secondary due to its different background color (#FFFFFF) and similar action-oriented text, providing a less prominent but related action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "South Asian community and those interested in South Asian stories"
  },
  "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": 2,
        "selectedLogoReasoning": "Selected #2 because it is visible, medium-sized, located in the header, and matches the brand name 'The Juggernaut'. It links to the homepage, making it the primary brand logo.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles