Home · Branding · Lilia

Lilia Brand Identity

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

Download JSON
Primary
#000000
Accent
#000000
Body Font
Lato
Heading
Acumin Pro Wide

Color Palette

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

primary
#000000
rgb(0, 0, 0)
accent
#000000
rgb(0, 0, 0)
background
#FEF9F5
rgb(254, 249, 245)
textPrimary
#1A1B1F
rgb(26, 27, 31)
link
#000000
rgb(0, 0, 0)

Typography

Each font links to its Google Fonts page where available.

primary
Lato
heading
Acumin Pro Wide
Acumin Pro Wide Google Fonts →
acumin-pro-wide, 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

Lilia logo
Logo
Lilia favicon
Favicon

UI Components

Live previews rendered using Lilia's actual button styles.

buttonPrimary
background #000000 textColor #FFFFFF borderColor #000000 borderRadius 96px shadow none
buttonSecondary
background transparent textColor #000000 borderColor #000000 borderRadius 40px shadow none

Brand Personality

Tone: professional Energy: medium Audience: women interested in egg freezing services

Lilia Brand in the Wild

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

Frequently Asked Questions

What is Lilia's primary brand color?

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

What font does Lilia use?

Lilia uses Lato for body text and Acumin Pro Wide for headings. Fonts were detected on https://www.hellolilia.com/ as part of their live design system.

Does Lilia use a light or dark theme?

Lilia's primary site uses a light color scheme, with a background of #FEF9F5.

Where can I find Lilia's logo?

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

Methodology

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

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Acumin Pro Wide",
      "role": "heading"
    },
    {
      "family": "Lato",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#000000",
    "accent": "#000000",
    "background": "#FEF9F5",
    "textPrimary": "#1A1B1F",
    "link": "#000000"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Lato",
      "heading": "Acumin Pro Wide"
    },
    "fontStacks": {
      "heading": [
        "acumin-pro-wide",
        "sans-serif"
      ],
      "body": [
        "acumin-pro-wide",
        "sans-serif"
      ],
      "paragraph": [
        "Lato",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "40px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderColor": "#000000",
      "borderRadius": "96px",
      "borderRadiusCorners": {
        "topLeft": "96px",
        "topRight": "96px",
        "bottomRight": "96px",
        "bottomLeft": "96px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "40px",
      "borderRadiusCorners": {
        "topLeft": "40px",
        "topRight": "40px",
        "bottomRight": "40px",
        "bottomLeft": "40px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/602da20854297156fce75b08/602da2085429715249e75bfc_Lilia%20logo%20no%20space-25.png",
    "favicon": "https://cdn.prod.website-files.com/602da20854297156fce75b08/602da2085429714430e75b86_Lilia%20favicon.jpg",
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 4,
    "reasoning": "Selected #4 because it is visible, located in the header, links to the homepage, and matches the brand name 'Lilia'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started",
      "reasoning": "Button #0 is selected as the primary CTA because it has a bold, dark background (#000000) and action-oriented text 'Get Started', making it stand out as the main call-to-action."
    },
    "secondary": {
      "index": 2,
      "text": "Get Started",
      "reasoning": "Button #2 is selected as the secondary CTA because it has a transparent background, differentiating it from the primary button's dark background, and still uses the same action-oriented text."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "women interested in egg freezing services"
  },
  "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": 4,
        "selectedLogoReasoning": "Selected #4 because it is visible, located in the header, links to the homepage, and matches the brand name 'Lilia'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles