llms.txt

Bluelight Brand Identity

A complete profile of Bluelight's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #15803D
Accent #FF5F14
Body Font Manrope
Heading Font titlingGothic

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: business professionals

Bluelight Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Suggested flow for permissible usage:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font".
  3. Hard-reload the page and capture necessary font URLs.
  4. Download the font files.
  5. Copy corresponding @font-face declarations from CSS.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Manrope",
   "role": "body"
  },
  {
   "family": "titlingGothic",
   "role": "heading"
  }
 ],
 "colors": {
  "primary": "#15803D",
  "accent": "#FF5F14",
  "background": "#FFFFFF",
  "textPrimary": "#FF5F14",
  "link": "#FF5F14"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Manrope",
   "heading": "titlingGothic"
  },
  "fontStacks": {
   "heading": [
    "titlingGothic",
    "Arial",
    "Helvetica",
    "sans-serif"
   ],
   "body": [
    "Manrope",
    "sans-serif"
   ],
   "paragraph": [
    "Manrope",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "48px",
   "h2": "48px",
   "body": "18px"
  }
 },
 "spacing": {
  "baseUnit": 8,
  "borderRadius": "0px"
 },
 "components": {
  "input": {
   "background": "transparent",
   "textColor": "#0A0804",
   "borderColor": "#BFBFB7",
   "borderRadius": "4px",
   "borderRadiusCorners": {
    "topLeft": "4px",
    "topRight": "4px",
    "bottomRight": "4px",
    "bottomLeft": "4px"
   },
   "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px"
  },
  "buttonPrimary": {
   "background": "#FF5F14",
   "textColor": "#FFFFFF",
   "borderRadius": "4px",
   "borderRadiusCorners": {
    "topLeft": "4px",
    "topRight": "4px",
    "bottomRight": "4px",
    "bottomLeft": "4px"
   },
   "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px"
  },
  "buttonSecondary": {
   "background": "#FFFFFF",
   "textColor": "#0A0804",
   "borderColor": "#BFBFB7",
   "borderRadius": "4px",
   "borderRadiusCorners": {
    "topLeft": "4px",
    "topRight": "4px",
    "bottomRight": "4px",
    "bottomLeft": "4px"
   },
   "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px"
  }
 },
 "images": {
  "logo": "https://usebluelight.com/logo.svg",
  "favicon": "https://usebluelight.com/favicon.ico",
  "ogImage": "https://usebluelight.com/og-image.png",
  "logoHref": "/",
  "logoAlt": "Bluelight Logo"
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "business professionals"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.95,
  "colors": 0.9,
  "overall": 0.925
 }
}