Home · Branding · Radical AI

Radical AI Brand Identity

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

Download JSON
Primary
#FEFC5E
Accent
#F2E700
Body Font
Scto Grotesk A
Heading
Scto Grotesk B

Color Palette

Brand palette extracted from https://www.radical-ai.com/.

primary
#FEFC5E
rgb(254, 252, 94)
accent
#F2E700
rgb(242, 231, 0)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#080808
rgb(8, 8, 8)
link
#F2E700
rgb(242, 231, 0)

Typography

Each font links to its Google Fonts page where available.

primary
Scto Grotesk A
Scto Grotesk A Google Fonts →
heading
Scto Grotesk B
Scto Grotesk B Google Fonts →
Scto Grotesk A, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, 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

Radical AI logo
Logo
Radical AI favicon
Favicon
Radical AI social image
Social Card

UI Components

Live previews rendered using Radical AI's actual button styles.

input
background transparent textColor #E5E7E6 borderColor null borderRadius 0px shadow none
buttonPrimary
background #FEFC5E textColor #080808 borderRadius 5px shadow none
buttonSecondary
background #232423 textColor #E5E7E6 borderRadius 14px shadow none

Brand Personality

Tone: modern Energy: high Audience: tech-savvy individuals interested in AI

Radical AI Brand in the Wild

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

Frequently Asked Questions

What is Radical AI's primary brand color?

Radical AI's primary brand color is #FEFC5E. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Radical AI use?

Radical AI uses #F2E700 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Radical AI use?

Radical AI uses Scto Grotesk A for body text and Scto Grotesk B for headings. Fonts were detected on https://www.radical-ai.com/ as part of their live design system.

Does Radical AI use a light or dark theme?

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

Where can I find Radical AI's logo?

Radical AI's logo is available directly on their site (https://www.radical-ai.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.radical-ai.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 Radical AI.

Methodology

Brand data on this page was extracted from https://www.radical-ai.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 Radical AI.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Scto Grotesk B",
      "role": "heading"
    },
    {
      "family": "Scto Grotesk A",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#FEFC5E",
    "accent": "#F2E700",
    "background": "#FFFFFF",
    "textPrimary": "#080808",
    "link": "#F2E700"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Scto Grotesk A",
      "heading": "Scto Grotesk B"
    },
    "fontStacks": {
      "heading": [
        "Scto Grotesk A",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Scto Grotesk A",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Scto Grotesk B",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "28.1248px",
      "body": "28.1248px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#E5E7E6",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FEFC5E",
      "textColor": "#080808",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#232423",
      "textColor": "#E5E7E6",
      "borderRadius": "14px",
      "borderRadiusCorners": {
        "topLeft": "14px",
        "topRight": "14px",
        "bottomRight": "14px",
        "bottomLeft": "14px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2218%22%20viewBox%3D%220%200%2023%2018%22%20fill%3D%22none%22%20aria-hidden%3D%22true%22%20class%3D%22js-menu-monogram%22%20data-astro-cid-sckkx6r4%3D%22true%22%20data-fc-idx%3D%220%22%3E%0A%3Cpath%20d%3D%22M21.6479%203.0835H17.046C16.7429%203.0835%2016.4946%203.33175%2016.4946%203.6375V8.04343C16.4946%208.34918%2016.7403%208.59743%2017.046%208.59743H21.6479C21.9511%208.59743%2022.1993%208.34918%2022.1993%208.04343V3.6375C22.1993%203.33175%2021.9537%203.0835%2021.6479%203.0835Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%22%2F%3E%0A%3Cpath%20d%3D%22M8.95296%2011.4251C10.4843%2010.8998%2011.6002%209.48606%2011.6002%207.66986V3.97474C11.6002%201.66725%209.80488%200%207.62282%200H0V18H3.09146V11.6629L3.07578%2011.6524H5.6838L8.65767%2017.966H12.2483L8.95296%2011.4303V11.4251ZM2.81707%208.02004V3.62979C2.81707%203.32666%203.06533%203.0784%203.36847%203.0784H7.97038C8.27352%203.0784%208.52178%203.32666%208.52178%203.62979V8.02004C8.52178%208.32578%208.27352%208.57143%207.97038%208.57143H3.37108C3.06794%208.57143%202.81969%208.32317%202.81969%208.02004H2.81707Z%22%20fill%3D%22currentColor%22%20style%3D%22fill%3A%20rgb(51%2C%2051%2C%2051)%20!important%3B%22%2F%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://www.radical-ai.com/favicon.svg",
    "ogImage": "https://cdn.sanity.io/images/e2ja72x8/production/ece70ada8c332fe7426fdd13e581acca68fefa94-1200x630.jpg",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, and links to the homepage, aligning with the brand 'Radical AI'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get the latest",
      "reasoning": "Button #0 ('Get the latest') is likely the primary CTA due to its vibrant brand color (#FEFC5E) and action-oriented text, which suggests a call to action for updates or newsletters."
    },
    "secondary": {
      "index": 5,
      "text": "Apr 13, 2026  LitXBench: A Benchmark for Extracting Experiments from Materials Literature We built a",
      "reasoning": "Button #5 has a different background color (#232423) and serves as a secondary action, likely related to content or articles, making it suitable as a secondary button."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "tech-savvy individuals interested in AI"
  },
  "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": "Selected #1 because it is visible, located in the header, and links to the homepage, aligning with the brand 'Radical AI'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles