bluelight.json
Bluelight Brand Identity
A complete profile of Bluelight's visual system — colors, typography, components, and personality — extracted from https://usebluelight.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/bluelight
- Machine-readable JSON: https://characterquilt.com/branding/bluelight.json
- Per-page llms.txt: https://characterquilt.com/branding/bluelight/llms.txt
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 — https://fonts.google.com/specimen/Manrope
- heading: titlingGothic — https://fonts.google.com/specimen/titlingGothic
Visual Assets
- Logo: https://usebluelight.com/logo.svg
- Favicon: https://usebluelight.com/favicon.ico
- Social card (og:image): https://usebluelight.com/og-image.png
UI Components
- input: background=transparent, textColor=#0A0804, borderColor=#BFBFB7, borderRadius=4px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
- buttonPrimary: background=#FF5F14, textColor=#FFFFFF, borderRadius=4px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
- buttonSecondary: background=#FFFFFF, textColor=#0A0804, borderColor=#BFBFB7, borderRadius=4px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 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
- Wyattworks Doubled Monthly Revenue Using Bluelight | Bluelight Blog
- Bluelight | The Control Panel for Your Business
- Book a Demo | Bluelight
- Book a Demo | Bluelight
- Book a Demo | Bluelight
Working with these fonts
Not found on Google Fonts? CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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.
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, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 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, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 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, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 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": ""
}
}