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
- primary: #15803D
- accent: #FF5F14
- background: #FFFFFF
- textPrimary: #FF5F14
- link: #FF5F14
Typography
- primary: Manrope — Google Font
- heading: titlingGothic — Google Font
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- input: background=transparent, textColor=#0A0804, borderColor=#BFBFB7, borderRadius=4px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px
- buttonPrimary: background=#FF5F14, textColor=#FFFFFF, borderRadius=4px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px
- buttonSecondary: background=#FFFFFF, textColor=#0A0804, borderColor=#BFBFB7, borderRadius=4px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px
Brand Personality
Tone: professional · Energy: medium · Audience: business professionals
Bluelight Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
Wyattworks Doubled Monthly Revenue Using Bluelight | Bluelight Blog
Source: Link
Wyattworks Doubled Monthly Revenue Using Bluelight | Bluelight Blog
Source: Link
Bluelight | The Control Panel for Your Business
Source: Link
Book a Demo | Bluelight
Source: Link
Book a Demo | Bluelight
Source: Link
Book a Demo | Bluelight
Source: Link
Working with these fonts
Not found on Google Fonts? Suggested flow for permissible usage:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font".
- Hard-reload the page and capture necessary font URLs.
- Download the font files.
- 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
}
}