# 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** - Image: https://usebluelight.com/api/media/file/blog-wyattworks-cover.webp - Source: https://usebluelight.com/blog/wyattworks-doubled-monthly-revenue-using-bluelight - **Wyattworks Doubled Monthly Revenue Using Bluelight | Bluelight Blog** - Image: https://usebluelight.com/api/media/file/blog-wyattworks-dashboard.png - Source: https://usebluelight.com/blog/wyattworks-doubled-monthly-revenue-using-bluelight - **Bluelight | The Control Panel for Your Business** - Image: https://usebluelight.com/_next/image?url=%2Fassets%2Fimages%2Fhero.png&w=3840&q=75 - Source: https://usebluelight.com/ - **Book a Demo | Bluelight** - Image: https://usebluelight.com/og-image.png - Source: https://usebluelight.com/quote - **Book a Demo | Bluelight** - Image: https://usebluelight.com/assets/videos/bluelight-demo-poster.webp - Source: https://usebluelight.com/quote - **Book a Demo | Bluelight** - Image: https://usebluelight.com/_next/image?url=%2Fassets%2Fimages%2Fsocial-we-put-the-data-in-your-hands.png&w=828&q=75 - Source: https://usebluelight.com/quote ## Working with these fonts 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. ## Machine-Readable Profile ```json { "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" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, matches the brand name 'Bluelight', and links to the homepage.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Book a Demo", "reasoning": "Button #0 ('Book a Demo') uses the vibrant brand color #FF5F14, making it the most prominent and action-oriented CTA." }, "secondary": { "index": 5, "text": "Learn more", "reasoning": "Button #5 ('Learn more') has a different background color (#FFFFFF) and serves as a supportive action, making it suitable as a secondary CTA." }, "confidence": 0.95 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "business professionals" }, "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": 0, "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, matches the brand name 'Bluelight', and links to the homepage.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```