Home · Branding · Numeral

Numeral Brand Identity

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

Download JSON
Primary
#0000EE
Accent
#B93815
Body Font
TWK Continental
Heading
TWK Continental

Color Palette

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

primary
#0000EE
rgb(0, 0, 238)
secondary
#E3D9CB
rgb(227, 217, 203)
accent
#B93815
rgb(185, 56, 21)
background
#FAF6F0
rgb(250, 246, 240)
textPrimary
#1C1917
rgb(28, 25, 23)
link
#B93815
rgb(185, 56, 21)

Typography

Each font links to its Google Fonts page where available.

primary
TWK Continental
TWK Continental Google Fonts →
heading
TWK Continental
TWK Continental Google Fonts →
TWK Continental, Tahoma, 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

Numeral logo
Logo
Numeral favicon
Favicon
Numeral social image
Social Card

UI Components

Live previews rendered using Numeral's actual button styles.

input
background transparent textColor #57534E borderColor null borderRadius 0px shadow none
buttonPrimary
background #B93815 textColor #F4F4F5 borderRadius 8px shadow rgba(10, 13, 18, 0.1) 0px 1px 3px 0px, rgba(10, 13, 18, 0.1) 0px 1px 2px -1px
buttonSecondary
background transparent textColor #FDFDFC borderColor #79716B borderRadius 8px shadow rgba(10, 13, 18, 0.1) 0px 1px 3px 0px, rgba(10, 13, 18, 0.1) 0px 1px 2px -1px

Brand Personality

Tone: professional Energy: medium Audience: ecommerce and SaaS businesses

Numeral Brand in the Wild

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

Frequently Asked Questions

What is Numeral's primary brand color?

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

What accent color does Numeral use?

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

What font does Numeral use?

Numeral uses TWK Continental as the primary typeface across body and headings.

Does Numeral use a light or dark theme?

Numeral's primary site uses a light color scheme, with a background of #FAF6F0.

Where can I find Numeral's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "TWK Continental",
      "role": "unknown"
    },
    {
      "family": "Tahoma",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#0000EE",
    "secondary": "#E3D9CB",
    "accent": "#B93815",
    "background": "#FAF6F0",
    "textPrimary": "#1C1917",
    "link": "#B93815"
  },
  "typography": {
    "fontFamilies": {
      "primary": "TWK Continental",
      "heading": "TWK Continental"
    },
    "fontStacks": {
      "heading": [
        "TWK Continental",
        "Tahoma",
        "sans-serif"
      ],
      "body": [
        "TWK Continental",
        "Tahoma",
        "sans-serif"
      ],
      "paragraph": [
        "TWK Continental",
        "Tahoma",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "40px",
      "body": "20px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "8px"
  },
  "components": {
    "input": {
      "background": "transparent",
      "textColor": "#57534E",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#B93815",
      "textColor": "#F4F4F5",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(10, 13, 18, 0.1) 0px 1px 3px 0px, rgba(10, 13, 18, 0.1) 0px 1px 2px -1px"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FDFDFC",
      "borderColor": "#79716B",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "rgba(10, 13, 18, 0.1) 0px 1px 3px 0px, rgba(10, 13, 18, 0.1) 0px 1px 2px -1px"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/63fe7042804e3d54e81443a6/67aa5094216a9284e2cfe981_logo-primary.svg",
    "favicon": "https://cdn.prod.website-files.com/63fe7042804e3d54e81443a6/67b8c5c4a47890d3a9dfe426_logomark-small-dark.png",
    "ogImage": "https://cdn.prod.website-files.com/63fe7042804e3d54e81443a6/67ad01740d5a905f3eebba59_c979f5e564a6cc396463f804f6db686e_opengraph-numeral-light.png",
    "logoHref": "/",
    "logoAlt": "Numeral"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Numeral'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Book a demo",
      "reasoning": "Button #1 has a vibrant brand color (#B93815) and action-oriented text ('Book a demo'), making it the primary CTA."
    },
    "secondary": {
      "index": 4,
      "text": "Sign in",
      "reasoning": "Button #4 has a transparent background, making it a suitable secondary button with a different color group from the primary."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "ecommerce and SaaS businesses"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Numeral'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles