Home · Branding · Lumos

Lumos Brand Identity

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

Download JSON
Primary
#3C4154
Accent
#FE6519
Body Font
Roobert
Heading
Roobert

Color Palette

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

primary
#3C4154
rgb(60, 65, 84)
secondary
#FE6519
rgb(254, 101, 25)
accent
#FE6519
rgb(254, 101, 25)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#0000EE
rgb(0, 0, 238)
link
#0000EE
rgb(0, 0, 238)

Typography

Each font links to its Google Fonts page where available.

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

Lumos logo
Logo
Lumos favicon
Favicon
Lumos social image
Social Card

UI Components

Live previews rendered using Lumos's actual button styles.

input
background #FFFFFF textColor #191919 borderColor null borderRadius 0px shadow none
buttonPrimary
background #FE6519 textColor #FD6449 borderRadius 12.8px shadow rgb(254, 254, 249) 0px 0px 0px 1px inset
buttonSecondary
background #FFFFFF textColor #191919 borderColor #FFF7FD borderRadius 5px shadow rgba(248, 63, 235, 0.15) 0px 3px 6px 0px, rgba(248, 63, 235, 0.13) 0px 9px 9px 0px, rgba(248, 63, 235, 0.08) 0px 24px 15px 0px, rgba(248, 63, 235, 0.02) 0px 42px 18px 0px, rgba(248, 63, 235, 0) 0px 66px 18px 0px

Brand Personality

Tone: modern Energy: medium Audience: tech-savvy professionals

Lumos Brand in the Wild

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

Frequently Asked Questions

What is Lumos's primary brand color?

Lumos's primary brand color is #3C4154. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Lumos use?

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

What font does Lumos use?

Lumos uses Roobert as the primary typeface across body and headings.

Does Lumos use a light or dark theme?

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

Where can I find Lumos's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Roobert",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Kern Standard",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#3C4154",
    "secondary": "#FE6519",
    "accent": "#FE6519",
    "background": "#FFFFFF",
    "textPrimary": "#0000EE",
    "link": "#0000EE"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roobert",
      "heading": "Roobert"
    },
    "fontStacks": {
      "heading": [
        "Roobert",
        "Arial",
        "sans-serif"
      ],
      "body": [
        "Kern Standard",
        "sans-serif"
      ],
      "paragraph": [
        "Roobert",
        "Arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "50px",
      "h2": "38px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "26px"
  },
  "components": {
    "input": {
      "background": "#FFFFFF",
      "textColor": "#191919",
      "borderColor": null,
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FE6519",
      "textColor": "#FD6449",
      "borderRadius": "12.8px",
      "borderRadiusCorners": {
        "topLeft": "12.8px",
        "topRight": "12.8px",
        "bottomRight": "12.8px",
        "bottomLeft": "12.8px"
      },
      "shadow": "rgb(254, 254, 249) 0px 0px 0px 1px inset"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#191919",
      "borderColor": "#FFF7FD",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "rgba(248, 63, 235, 0.15) 0px 3px 6px 0px, rgba(248, 63, 235, 0.13) 0px 9px 9px 0px, rgba(248, 63, 235, 0.08) 0px 24px 15px 0px, rgba(248, 63, 235, 0.02) 0px 42px 18px 0px, rgba(248, 63, 235, 0) 0px 66px 18px 0px"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/621003d040f8f6c74a3fae59/675721de4239ac03a4b7fbeb_lumos.svg",
    "favicon": "https://cdn.prod.website-files.com/621003d040f8f6c74a3fae59/626591afa4cc8f31a4d27fd5_32-32_FavIcon.png",
    "ogImage": "https://cdn.prod.website-files.com/621003d040f8f6c74a3fae59/68bf6881871d0fd16e15372b_home-hero-identity-management.webp"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 15,
    "reasoning": "Logo rejected: Red flags detected (menu word). Selected #15 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
    "confidence": 0.9,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get a Demo",
      "reasoning": "Button #0 is selected as the primary CTA because it uses the vibrant brand color #FE6519, which is consistent with the primary brand color, and has action-oriented text 'Get a Demo'."
    },
    "secondary": {
      "index": 8,
      "text": "Explore Albus",
      "reasoning": "Button #8 is selected as the secondary CTA because it has a different background color (#FFFFFF) and offers a less prominent action 'Explore Albus'."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "tech-savvy professionals"
  },
  "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": 15,
        "selectedLogoReasoning": "Selected #15 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles