# Lumona Brand Identity

A complete profile of **Lumona**'s visual system — colors, typography, components, and personality — extracted from [https://www.lumona.ai](https://www.lumona.ai/). Built for designers, agents, and AI tools.

## Color Palette

Brand palette extracted from https://www.lumona.ai.

- **primary**: #79FFE1  
rgb(121, 255, 225)
- **secondary**: #FF0080  
rgb(255, 0, 128)
- **accent**: #0070F3  
rgb(0, 112, 243)
- **background**: #DDDDDD  
rgb(221, 221, 221)
- **textPrimary**: #0070F3  
rgb(0, 112, 243)
- **link**: #0070F3  
rgb(0, 112, 243)

## Typography

Each font links to its Google Fonts page where available.

- **primary**: sf pro text  
  sf pro text [Google Fonts →](https://fonts.google.com/specimen/sf+pro+text)
- **heading**: sf pro text  
  sf pro text [Google Fonts →](https://fonts.google.com/specimen/sf+pro+text)  
sf pro text, sf pro icons, helvetica neue, helvetica, 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.
```

## Brand Personality

- **Tone:** professional  
- **Energy:** medium  
- **Audience:** unknown

## Lumona Brand in the Wild

Image: [i.ytimg.com](https://i.ytimg.com/vi/bTWQ30DC7as/maxresdefault.jpg)  
Source: [ycombinator.com](https://www.ycombinator.com/companies/lumona)

Image: [media.licdn.com](https://media.licdn.com/dms/image/sync/v2/D4E27AQGahTyFrLMLFw/articleshare-shrink_800/articleshare-shrink_800/0/1739947699220?e=2147483647&v=beta&t=dl8H8yCe2LKg_Vq0Vk2jlWITU0sy07EbX8bPkxqcLf0)  
Source: [linkedin.com](https://www.linkedin.com/posts/lumona-ai_lumona-transforming-search-by-building-an-activity-7147405131544743937-BqGg)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/691672e8696835fde83bf394/69847bb8a476b02c24c1535e_63e18849597f4a6fa7a7c59a_Vector%2520Blog%2520-%2520Photo%25201.jpeg)  
Source: [fondo.com](https://fondo.com/blog/lumona-launches)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/691672e8696835fde83bf394/6984752ca6e69fda3a180834_663da587958bdb3fbbbef7b6_lumona.jpeg)  
Source: [fondo.com](https://fondo.com/blog/lumona-launches)

Image: [i.chaldn.com](https://i.chaldn.com/_mpimage/lumona-tablet-10mg-14-tablets?src=https%3A%2F%2Feggyolk.chaldal.com%2Fapi%2FPicture%2FRaw%3FpictureId%3D107069&q=low&v=1)  
Source: [chaldal.com](https://chaldal.com/pharmacy/lumona-tablet-10mg-14-tablets?srsltid=AfmBOoqT5QBYTJpiF47DPSJtXwW54oi5_LD56kg2EB1bx3UUNumGh1T3)

Image: [cdn.prod.website-files.com](https://cdn.prod.website-files.com/691672e8696835fde83bf394/6984752ba6e69fda3a180823_663da6146b516e04c3500a3a_media.png)  
Source: [fondo.com](https://fondo.com/blog/lumona-launches)

## Frequently Asked Questions

1. **What is Lumona's primary brand color?**  
   Lumona's primary brand color is #79FFE1. It anchors the visual identity across their website, product UI, and marketing materials.
2. **What accent color does Lumona use?**  
   Lumona uses #0070F3 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
3. **What font does Lumona use?**  
   Lumona uses sf pro text as the primary typeface across body and headings.
4. **Does Lumona use a light or dark theme?**  
   Lumona's primary site uses a light color scheme, with a background of #DDDDDD.
5. **How was this brand profile generated?**  
   This profile was extracted from https://www.lumona.ai 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 Lumona.

## Methodology

Brand data on this page was extracted from [https://www.lumona.ai](https://www.lumona.ai/) on 2026-07-27 using the [Firecrawl](https://firecrawl.dev/) 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 Lumona.

## Machine-Readable Profile

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

```
{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "sf pro text",
      "count": 5
    },
    {
      "family": "sf pro icons",
      "count": 5
    },
    {
      "family": "helvetica neue",
      "count": 5
    },
    {
      "family": "helvetica",
      "count": 5
    },
    {
      "family": "arial",
      "count": 5
    },
    {
      "family": "sans-serif",
      "count": 5
    }
  ],
  "colors": {
    "primary": "#79FFE1",
    "secondary": "#FF0080",
    "accent": "#0070F3",
    "background": "#DDDDDD",
    "textPrimary": "#0070F3",
    "link": "#0070F3"
  },
  "typography": {
    "fontFamilies": {
      "primary": "sf pro text",
      "heading": "sf pro text"
    },
    "fontStacks": {
      "body": [
        "sf pro text",
        "sf pro icons",
        "helvetica neue",
        "helvetica",
        "arial",
        "sans-serif"
      ],
      "heading": [
        "sf pro text",
        "sf pro icons",
        "helvetica neue",
        "helvetica",
        "arial",
        "sans-serif"
      ],
      "paragraph": [
        "sf pro text",
        "sf pro icons",
        "helvetica neue",
        "helvetica",
        "arial",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "16px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {},
  "images": {
    "logo": null,
    "favicon": null,
    "ogImage": null
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "unknown"
  },
  "designSystem": {
    "framework": "unknown",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0,
    "colors": 0,
    "overall": 0
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": false,
      "llmSucceeded": false,
      "finalSource": "none",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "LLM failed",
        "confidence": 0
      }
    },
    "buttonClassification": {
      "llmCalled": false,
      "llmSucceeded": false,
      "error": "LLM call failed or returned fallback values"
    }
  }
}
```
