# Enlightra Brand Identity A complete profile of **Enlightra**'s visual system — colors, typography, components, and personality — extracted from https://www.enlightra.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/enlightra - Machine-readable JSON: https://characterquilt.com/branding/enlightra.json - Per-page llms.txt: https://characterquilt.com/branding/enlightra/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #FFFFFF | | Accent | #FFFFFF | | Body Font | Roboto | | Heading Font | Objektiv Mk3 | ## Color Palette - primary: #FFFFFF - accent: #FFFFFF - background: #000000 - textPrimary: #000000 - link: #FFFFFF ## Typography - primary: Roboto — https://fonts.google.com/specimen/Roboto - heading: Objektiv Mk3 — https://fonts.google.com/specimen/Objektiv+Mk3 ## Visual Assets - Logo: https://www.enlightra.com/img/logo.svg - Favicon: https://www.enlightra.com/favicon.svg ## Brand Personality Tone: modern · Energy: medium · Audience: tech-savvy professionals ## Enlightra Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Enlightra Exits Stealth with $15m for Energy-Efficient Lasers | aulium posted on the topic | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/D4E22AQFBZqm1pJp96A/feedshare-shrink_800/B4EZs1405.KgAk-/0/1766135648981?e=2147483647&v=beta&t=CMjSvPzWPikWUuwco2MgPk5OQD9Wp2842IuztEfWzNE - Source: https://www.linkedin.com/posts/aulium_deeptech-ai-photonics-activity-7407759168088064001-h4GB - **Enlightra – Shaping the Future of Data Transmission by Light** - Image: https://media.licdn.com/dms/image/v2/D4E12AQEavuoRH_jQKQ/article-cover_image-shrink_720_1280/article-cover_image-shrink_720_1280/0/1654857198893?e=2147483647&v=beta&t=emz_Wme8It9Exsn7CdKD99ut5XFqV_1WlGPBhugC0g8 - Source: https://www.linkedin.com/pulse/enlightra-shaping-future-data-transmission-light-benjamin-wolba - **Enlightra raises USD 15 million to tackle the biggest bottleneck in AI infrastructure** - Image: https://www.startupticker.ch/assets/images/articles/Enlightra%20Team.jpeg - Source: https://www.startupticker.ch/en/news/enlightra-emerges-from-stealth-with-usd-15m-and-a-bold-vision - **Enlightra Featured in Green Datacenter Map by Ulysse Burlet-Pailhé & Sarah Laznowski | Enlightra posted on the topic | LinkedIn** - Image: https://media.licdn.com/dms/image/v2/D4E22AQH23mToAtpkXQ/feedshare-shrink_800/B4EZz9xqBcJoAk-/0/1773784179118?e=2147483647&v=beta&t=rHGEbMNq7puMaohvA2yuV47-vU0vk2l-MJ7pyKDTPDc - Source: https://www.linkedin.com/posts/enlightra_greendatacenter-aiinfrastructure-opticalinterconnects-activity-7442164527930085376--jSd - **Maxim Karpov: How Enlightra's Multi-Color Lasers Enable High-Bandwidth Data Communication for AI Clusters** - Image: https://media.licdn.com/dms/image/v2/D4E12AQG6HbePbtawiQ/article-cover_image-shrink_720_1280/article-cover_image-shrink_720_1280/0/1727773658471?e=2147483647&v=beta&t=wE4gz4qaoWCGeet-hRbw253-o2mJOxfg9oVzTCDRtvg - Source: https://www.linkedin.com/pulse/maxim-karpov-how-enlightras-multi-color-lasers-enable-benjamin-wolba-psi9e ## 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": "dark", "fonts": [ { "family": "Objektiv Mk3", "role": "heading" }, { "family": "Roboto", "role": "body" } ], "colors": { "primary": "#FFFFFF", "accent": "#FFFFFF", "background": "#000000", "textPrimary": "#000000", "link": "#FFFFFF" }, "typography": { "fontFamilies": { "primary": "Roboto", "heading": "Objektiv Mk3" }, "fontStacks": { "heading": [ "objektiv-mk3", "Roboto", "sans-serif" ], "body": [ "objektiv-mk3", "Roboto", "sans-serif" ], "paragraph": [ "objektiv-mk3", "Roboto", "sans-serif" ] }, "fontSizes": { "h1": "56px", "h2": "48px", "body": "18px" } }, "spacing": { "baseUnit": 4, "borderRadius": "4px" }, "components": {}, "images": { "logo": "https://www.enlightra.com/img/logo.svg", "favicon": "https://www.enlightra.com/favicon.svg", "ogImage": null, "logoHref": "/", "logoAlt": "Enlightra" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage. The alt text matches the brand name 'Enlightra'.", "confidence": 0.95, "source": "llm" }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "tech-savvy professionals" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0.9, "overall": 0.45 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage. The alt text matches the brand name 'Enlightra'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false } } } ```