Home · Branding · Irregular

Irregular Brand Identity

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

Download JSON
Primary
#0000EE
Accent
#0000EE
Body Font
ABC Favorit Regular
Heading
ABC Arizona Flare Regular

Color Palette

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

primary
#0000EE
rgb(0, 0, 238)
accent
#0000EE
rgb(0, 0, 238)
background
#F7F8F5
rgb(247, 248, 245)
textPrimary
#000000
rgb(0, 0, 0)
link
#0000EE
rgb(0, 0, 238)

Typography

Each font links to its Google Fonts page where available.

primary
ABC Favorit Regular
ABC Favorit Regular Google Fonts →
heading
ABC Arizona Flare Regular
ABC Arizona Flare Regular Google Fonts →
ABC Arizona Flare 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

Irregular logo
Logo
Irregular favicon
Favicon
Irregular social image
Social Card

UI Components

Live previews rendered using Irregular's actual button styles.

input
background transparent textColor #333333 borderColor null borderRadius 0px shadow none
buttonPrimary
background #000000 textColor #FFFFFF borderRadius 999px shadow none
buttonSecondary
background #F0F0F0 textColor #000000 borderRadius 999px shadow none

Brand Personality

Tone: modern Energy: medium Audience: tech professionals interested in AI security

Irregular Brand in the Wild

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

Frequently Asked Questions

What is Irregular's primary brand color?

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

What font does Irregular use?

Irregular uses ABC Favorit Regular for body text and ABC Arizona Flare Regular for headings. Fonts were detected on https://www.irregular.com/ as part of their live design system.

Does Irregular use a light or dark theme?

Irregular's primary site uses a light color scheme, with a background of #F7F8F5.

Where can I find Irregular's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "ABC Favorit Regular",
      "role": "body"
    },
    {
      "family": "Inter",
      "role": "body"
    },
    {
      "family": "ABC Arizona Flare Regular",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "accent": "#0000EE",
    "background": "#F7F8F5",
    "textPrimary": "#000000",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "ABC Favorit Regular",
      "heading": "ABC Arizona Flare Regular"
    },
    "fontStacks": {
      "heading": [
        "ABC Arizona Flare Regular",
        "sans-serif"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "ABC Favorit Regular",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "18px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#333333",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderRadius": "999px",
      "borderRadiusCorners": {
        "topLeft": "999px",
        "topRight": "999px",
        "bottomRight": "999px",
        "bottomLeft": "999px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F0F0F0",
      "textColor": "#000000",
      "borderRadius": "999px",
      "borderRadiusCorners": {
        "topLeft": "999px",
        "topRight": "999px",
        "bottomRight": "999px",
        "bottomLeft": "999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%2522http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%2522%20xmlns%3Axlink%3D%2522http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%2522%20viewBox%3D%25220%200%20223.942%2029.195%2522%20overflow%3D%2522visible%2522%3E%3Cpath%20d%3D%2522M%20136.308%2028.927%20L%20136.308%2010.256%20L%20144.71%2010.256%20C%20148.018%2010.256%20150.499%2012.39%20150.499%2015.324%20C%20150.499%2017.884%20148.658%2019.538%20147.111%2019.992%20C%20148.498%2020.045%20148.818%2020.739%20149.325%2022.339%20L%20151.432%2028.927%20L%20148.098%2028.927%20L%20146.311%2023.406%20C%20145.911%2022.126%20145.564%2021.699%20144.417%2021.699%20L%20139.509%2021.699%20L%20139.509%2028.927%20Z%20M%20139.509%2018.871%20L%20143.91%2018.871%20C%20146.124%2018.871%20147.298%2017.671%20147.298%2015.884%20C%20147.298%2014.044%20146.124%2013.11%20143.91%2013.11%20L%20139.509%2013.11%20Z%20M%20115.875%2028.927%20L%20123.263%2010.256%20L%20127.131%2010.256%20L%20134.386%2028.927%20L%20131.025%2028.927%20L%20129.265%2024.367%20L%20120.969%2024.367%20L%20119.209%2028.927%20Z%20M%20122.063%2021.485%20L%20128.144%2021.485%20L%20125.104%2013.59%20L%20122.063%2021.486%20Z%20M%20100.857%2028.927%20L%20100.857%2010.256%20L%20104.058%2010.256%20L%20104.058%2026.073%20L%20114.781%2026.073%20L%20114.781%2028.927%20Z%20M%2089.568%2029.194%20C%2084.607%2029.194%2082.339%2026.554%2082.339%2022.339%20L%2082.339%2010.256%20L%2085.541%2010.256%20L%2085.541%2021.912%20C%2085.541%2024.9%2086.875%2026.34%2089.436%2026.34%20L%2089.702%2026.34%20C%2092.29%2026.34%2093.597%2024.9%2093.597%2021.912%20L%2093.597%2010.256%20L%2096.797%2010.256%20L%2096.797%2022.339%20C%2096.797%2026.553%2094.477%2029.194%2089.569%2029.194%20Z%20M%2070.386%2029.195%20C%2064.971%2029.195%2061.504%2025.114%2061.504%2019.592%20C%2061.504%2014.072%2065.051%209.99%2070.652%209.99%20C%2075.454%209.99%2078.228%2012.79%2078.495%2016.552%20L%2075.294%2016.552%20C%2075.027%2014.312%2073.507%2012.844%2070.786%2012.844%20L%2070.519%2012.844%20C%2066.945%2012.844%2064.704%2015.432%2064.704%2019.592%20C%2064.704%2023.754%2066.944%2026.341%2070.519%2026.341%20L%2070.786%2026.341%20C%2073.533%2026.341%2075.48%2024.741%2075.827%2022.473%20L%2075.854%2022.153%20L%2070.653%2022.153%20L%2070.653%2019.299%20L%2076.361%2019.299%20C%2077.828%2019.299%2078.628%2020.099%2078.628%2021.566%20L%2078.628%2028.928%20L%2075.828%2028.928%20L%2075.828%2026.981%20C%2074.974%2027.995%2073.213%2029.195%2070.386%2029.195%20Z%20M%2045.486%2028.927%20L%2045.486%2010.256%20L%2059.409%2010.256%20L%2059.409%2013.11%20L%2048.687%2013.11%20L%2048.687%2017.911%20L%2057.809%2017.911%20L%2057.809%2020.765%20L%2048.687%2020.765%20L%2048.687%2026.073%20L%2059.677%2026.073%20L%2059.677%2028.927%20L%2045.485%2028.927%20Z%20M%2027.011%2028.927%20L%2027.011%2010.256%20L%2035.413%2010.256%20C%2038.721%2010.256%2041.202%2012.39%2041.202%2015.324%20C%2041.202%2017.884%2039.362%2019.538%2037.814%2019.992%20C%2039.201%2020.045%2039.521%2020.739%2040.028%2022.339%20L%2042.135%2028.927%20L%2038.801%2028.927%20L%2037.014%2023.406%20C%2036.614%2022.126%2036.267%2021.699%2035.12%2021.699%20L%2030.212%2021.699%20L%2030.212%2028.927%20L%2027.012%2028.927%20Z%20M%2030.212%2018.871%20L%2034.613%2018.871%20C%2036.827%2018.871%2038.001%2017.671%2038.001%2015.884%20C%2038.001%2014.044%2036.827%2013.11%2034.613%2013.11%20L%2030.213%2013.11%20L%2030.213%2018.871%20Z%20M%208.295%2028.927%20L%208.295%2010.256%20L%2016.697%2010.256%20C%2020.004%2010.256%2022.485%2012.39%2022.485%2015.324%20C%2022.485%2017.698%2021.311%2019.352%2019.364%2020.045%20C%2021.418%2020.045%2022.218%2020.925%2022.218%2022.685%20L%2022.218%2028.927%20L%2019.018%2028.927%20L%2019.018%2023.486%20C%2019.018%2022.099%2018.618%2021.699%2017.23%2021.699%20L%2011.495%2021.699%20L%2011.495%2028.927%20Z%20M%2011.495%2018.871%20L%2015.897%2018.871%20C%2018.11%2018.871%2019.284%2017.671%2019.284%2015.884%20C%2019.284%2014.044%2018.11%2013.11%2015.897%2013.11%20L%2011.495%2013.11%20Z%20M%200%2028.927%20L%200%2010.256%20L%203.2%2010.256%20L%203.2%2028.927%20L%200.001%2028.927%20Z%20M%20161.752%2026.238%20L%20161.752%2029.004%20L%20223.942%2029.004%20L%20223.942%2026.238%20C%20198.338%2026.238%20175.302%200%20175.302%200%20L%20173.289%202.02%20C%20173.289%202.02%20197.936%2026.238%20161.752%2026.238%20Z%2522%20fill%3D%2522rgb(0%2C0%2C0)%2522%3E%3C%2Fpath%3E%3C%2Fsvg%3E",
    "favicon": "https://framerusercontent.com/images/CI2ZpJWUaeWCzNSES5CO885s.png",
    "ogImage": "https://framerusercontent.com/images/fVNMWw3KT6LQJrjgPpUEKyOEY.png",
    "logoHref": "./"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 2,
    "reasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the page title and URL.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Accept",
      "reasoning": "Button #2 ('Accept') is the primary CTA due to its action-oriented text and contrasting white text on a dark background, making it stand out as the main action button."
    },
    "secondary": {
      "index": 1,
      "text": "Reject",
      "reasoning": "Button #1 ('Reject') is selected as secondary because it has a different background color (#F0F0F0) and serves a less prominent action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech professionals interested in AI security"
  },
  "designSystem": {
    "framework": "custom",
    "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, located in the header, links to the homepage, and matches the brand inferred from the page title and URL.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles