Home · Branding · Lucy Goods, Inc

Lucy Goods, Inc Brand Identity

A complete profile of Lucy Goods, Inc's visual system — colors, typography, components, and personality — extracted from https://lucy.co/. Built for designers, agents, and AI tools.

Download JSON
Primary
#00FF9C
Accent
#03FF9C
Body Font
Favorit
Heading
Favorit

Color Palette

Brand palette extracted from https://lucy.co/.

primary
#00FF9C
rgb(0, 255, 156)
secondary
#00AEF9
rgb(0, 174, 249)
accent
#03FF9C
rgb(3, 255, 156)
background
#F8FAFC
rgb(248, 250, 252)
textPrimary
#000000
rgb(0, 0, 0)
link
#03FF9C
rgb(3, 255, 156)

Typography

Each font links to its Google Fonts page where available.

primary
Favorit
heading
Favorit
Favorit
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

Lucy Goods, Inc logo
Logo
Lucy Goods, Inc favicon
Favicon
Lucy Goods, Inc social image
Social Card

UI Components

Live previews rendered using Lucy Goods, Inc's actual button styles.

input
background #000000 textColor #FFFFFF borderColor #FFFFFF borderRadius 5px shadow none
buttonPrimary
background #03FF9C textColor #000000 borderColor #000000 borderRadius 7px shadow rgb(0, 0, 0) 0px 3px 0px 0px
buttonSecondary
background #F8FAFC textColor #000000 borderRadius 10px shadow none

Brand Personality

Tone: modern Energy: high Audience: young adults seeking nicotine alternatives

Lucy Goods, Inc Brand in the Wild

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

Frequently Asked Questions

What is Lucy Goods, Inc's primary brand color?

Lucy Goods, Inc's primary brand color is #00FF9C. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Lucy Goods, Inc use?

Lucy Goods, Inc uses #03FF9C as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Lucy Goods, Inc use?

Lucy Goods, Inc uses Favorit as the primary typeface across body and headings.

Does Lucy Goods, Inc use a light or dark theme?

Lucy Goods, Inc's primary site uses a light color scheme, with a background of #F8FAFC.

Where can I find Lucy Goods, Inc's logo?

Lucy Goods, Inc's logo is available directly on their site (https://lucy.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://lucy.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 Lucy Goods, Inc.

Methodology

Brand data on this page was extracted from https://lucy.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 Lucy Goods, Inc.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Favorit",
      "role": "body"
    },
    {
      "family": "Helvetica",
      "role": "unknown"
    },
    {
      "family": "Signal",
      "role": "unknown"
    }
  ],
  "colors": {
    "primary": "#00FF9C",
    "secondary": "#00AEF9",
    "accent": "#03FF9C",
    "background": "#F8FAFC",
    "textPrimary": "#000000",
    "link": "#03FF9C"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Favorit",
      "heading": "Favorit"
    },
    "fontStacks": {
      "heading": [
        "Favorit"
      ],
      "body": [
        "Favorit"
      ],
      "paragraph": [
        "Helvetica"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "13px",
      "body": "28px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "7px"
  },
  "components": {
    "input": {
      "background": "#000000",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "5px",
      "borderRadiusCorners": {
        "topLeft": "5px",
        "topRight": "5px",
        "bottomRight": "5px",
        "bottomLeft": "5px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#03FF9C",
      "textColor": "#000000",
      "borderColor": "#000000",
      "borderRadius": "7px",
      "borderRadiusCorners": {
        "topLeft": "7px",
        "topRight": "7px",
        "bottomRight": "7px",
        "bottomLeft": "7px"
      },
      "shadow": "rgb(0, 0, 0) 0px 3px 0px 0px"
    },
    "buttonSecondary": {
      "background": "#F8FAFC",
      "textColor": "#000000",
      "borderRadius": "10px",
      "borderRadiusCorners": {
        "topLeft": "10px",
        "topRight": "10px",
        "bottomRight": "10px",
        "bottomLeft": "10px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://lucy.co/cdn/shop/files/Lucy_logo_black_2x_0be1ae4d-dcbb-48be-b564-8d1f5dadc10a.png?v=1652119874&width=90",
    "favicon": "https://lucy.co/cdn/shop/files/Lucy_Site_Favicon.png?crop=center&height=32&v=1654294565&width=32",
    "ogImage": "http://lucy.co/cdn/shop/files/OpenGraph_Large_75142aeb-1ddd-4c95-8e2c-c9bca161b5ba.png?v=1710457772",
    "logoHref": "/",
    "logoAlt": "LUCY US"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 4,
    "reasoning": "Selected #4 because it is visible, located in the header, links to the homepage, and has alt text matching the brand name 'LUCY US'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Shop all products",
      "reasoning": "Button #0 'Shop all products' is the primary CTA due to its vibrant green color (#03FF9C), which aligns with the brand's accent color, and its action-oriented text encouraging users to shop."
    },
    "secondary": {
      "index": 1,
      "text": "Shop \n          Pouches",
      "reasoning": "Button #4 'Shop Pouches' is selected as secondary because it has a different background color (#F8FAFC) and offers a specific product category, making it a logical secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "young adults seeking nicotine alternatives"
  },
  "designSystem": {
    "framework": "tailwind",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__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 has alt text matching the brand name 'LUCY US'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles