Home · Branding · The Nmbr Company

The Nmbr Company Brand Identity

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

Download JSON
Primary
#00C0FF
Accent
#00C0FF
Body Font
Rubik
Heading
Rubik

Color Palette

Brand palette extracted from https://www.nmbr.co/.

primary
#00C0FF
rgb(0, 192, 255)
accent
#00C0FF
rgb(0, 192, 255)
background
#111113
rgb(17, 17, 19)
textPrimary
#111113
rgb(17, 17, 19)
link
#0000EE
rgb(0, 0, 238)

Typography

Each font links to its Google Fonts page where available.

primary
Rubik
heading
Rubik
Rubik, 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

The Nmbr Company logo
Logo
The Nmbr Company favicon
Favicon

UI Components

Live previews rendered using The Nmbr Company's actual button styles.

buttonPrimary
background #00C0FF textColor #000000 borderRadius 0px shadow none

Brand Personality

Tone: modern Energy: medium Audience: businesses in Canada looking for payroll solutions

The Nmbr Company Brand in the Wild

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

Frequently Asked Questions

What is The Nmbr Company's primary brand color?

The Nmbr Company's primary brand color is #00C0FF. It anchors the visual identity across their website, product UI, and marketing materials.

What font does The Nmbr Company use?

The Nmbr Company uses Rubik as the primary typeface across body and headings.

Does The Nmbr Company use a light or dark theme?

The Nmbr Company's primary site uses a dark color scheme, with a background of #111113.

Where can I find The Nmbr Company's logo?

The Nmbr Company's logo is available directly on their site (https://www.nmbr.co/). 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.nmbr.co/ 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 Nmbr Company.

Methodology

Brand data on this page was extracted from https://www.nmbr.co/ 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 Nmbr Company.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Rubik",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Helvetica",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#00C0FF",
    "accent": "#00C0FF",
    "background": "#111113",
    "textPrimary": "#111113",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Rubik",
      "heading": "Rubik"
    },
    "fontStacks": {
      "heading": [
        "Rubik",
        "sans-serif"
      ],
      "body": [
        "Arial",
        "Helvetica Neue",
        "Helvetica",
        "sans-serif"
      ],
      "paragraph": [
        "Arial",
        "Helvetica Neue",
        "Helvetica",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "56px",
      "h2": "22px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#00C0FF",
      "textColor": "#000000",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/66ab973130c683464ceb6543/66e32bdf0d86fdc1006e4cae_nmbr_logo_3.0.svg",
    "favicon": "https://cdn.prod.website-files.com/6539e0c78e509438287d03f2/65551f352eaa2458edf4ab32_nmbr_favicon_32x32.png",
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, medium-sized, and links to the homepage, matching the brand 'Nmbr.co'.",
    "confidence": 0.85,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start Building",
      "reasoning": "The button with text 'Start Building' uses the vibrant brand color #00C0FF, indicating it is the primary call-to-action."
    },
    "secondary": {
      "index": -1,
      "text": "N/A",
      "reasoning": "There is only one button detected, so no secondary button is available."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "businesses in Canada looking for payroll solutions"
  },
  "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": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, and links to the homepage, matching the brand 'Nmbr.co'.",
        "confidence": 0.85
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles