Home · Branding · LUS Brands

LUS Brands Brand Identity

A complete profile of LUS Brands's visual system — colors, typography, components, and personality — extracted from http://lusbrands.com. Built for designers, agents, and AI tools.

Download JSON
Primary
#D51C5C
Accent
#D51C5C
Body Font
Lato
Heading
Montserrat

Color Palette

Brand palette extracted from http://lusbrands.com.

primary
#D51C5C
rgb(213, 28, 92)
secondary
#B51C5C
rgb(181, 28, 92)
accent
#D51C5C
rgb(213, 28, 92)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#444444
rgb(68, 68, 68)
link
#3498DB
rgb(52, 152, 219)

Typography

Each font links to its Google Fonts page where available.

primary
Lato
heading
Montserrat
Lato, 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

LUS Brands logo
Logo
LUS Brands favicon
Favicon
LUS Brands social image
Social Card

UI Components

Live previews rendered using LUS Brands's actual button styles.

buttonPrimary
background #D51C5C textColor #FFFFFF borderRadius 37px shadow rgb(213, 28, 92) 0px 0px 0px 0px inset
buttonSecondary
background #E6E6E6 textColor #000000 borderColor #E6E6E6 borderRadius 6px shadow none

Brand Personality

Tone: playful Energy: high Audience: Individuals with curly hair looking for specialized hair care products.

LUS Brands Brand in the Wild

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

Frequently Asked Questions

What is LUS Brands's primary brand color?

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

What font does LUS Brands use?

LUS Brands uses Lato for body text and Montserrat for headings. Fonts were detected on http://lusbrands.com as part of their live design system.

Does LUS Brands use a light or dark theme?

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

Where can I find LUS Brands's logo?

LUS Brands's logo is available directly on their site (http://lusbrands.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 http://lusbrands.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 LUS Brands.

Methodology

Brand data on this page was extracted from http://lusbrands.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 LUS Brands.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Lato",
      "role": "body"
    },
    {
      "family": "Montserrat",
      "role": "heading"
    }
  ],
  "colors": {
    "primary": "#D51C5C",
    "secondary": "#B51C5C",
    "accent": "#D51C5C",
    "background": "#FFFFFF",
    "textPrimary": "#444444",
    "link": "#3498DB"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Lato",
      "heading": "Montserrat"
    },
    "fontStacks": {
      "heading": [
        "Lato",
        "sans-serif"
      ],
      "body": [
        "Lato",
        "sans-serif"
      ],
      "paragraph": [
        "Lato",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "16px",
      "h2": "50px",
      "body": "16px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#D51C5C",
      "textColor": "#FFFFFF",
      "borderRadius": "37px",
      "borderRadiusCorners": {
        "topLeft": "37px",
        "topRight": "37px",
        "bottomRight": "37px",
        "bottomLeft": "37px"
      },
      "shadow": "rgb(213, 28, 92) 0px 0px 0px 0px inset"
    },
    "buttonSecondary": {
      "background": "#E6E6E6",
      "textColor": "#000000",
      "borderColor": "#E6E6E6",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "6px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://loveurcurls.com/cdn/shop/files/logo_LoveUrCurls_horizontal_black.webp?height=60&v=1752512803",
    "favicon": "https://loveurcurls.com/cdn/shop/files/2023_logo_icon_9f10f5c9-6aa8-4133-a023-a34e70e691c1.png?crop=center&height=32&v=1758720904&width=32",
    "ogImage": "http://loveurcurls.com/cdn/shop/files/Love_Ur_Curls_Website_Header_Logo_b89e1fe1-8d63-48f6-a46d-d49b911388b2.webp?v=1750255105",
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 6,
    "reasoning": "Selected #6 because it is visible, located in the header, links to the homepage, and matches the brand name 'LUS Brands'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "SHOP THE 3-STEP SYSTEM",
      "reasoning": "Button #0 'SHOP THE 3-STEP SYSTEM' uses the brand's vibrant color #D51C5C, indicating it's the main call-to-action."
    },
    "secondary": {
      "index": 3,
      "text": "KIDS & BABY",
      "reasoning": "Button #3 'KIDS & BABY' has a different background color (#E6E6E6) and serves as a secondary option with less emphasis."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "playful",
    "energy": "high",
    "targetAudience": "Individuals with curly hair looking for specialized hair care products."
  },
  "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": 6,
        "selectedLogoReasoning": "Selected #6 because it is visible, located in the header, links to the homepage, and matches the brand name 'LUS Brands'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles