# Epsilon Brand Identity A complete profile of **Epsilon**'s visual system — colors, typography, components, and personality — extracted from https://www.epsilon-ai.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/epsilon - Machine-readable JSON: https://characterquilt.com/branding/epsilon.json - Per-page llms.txt: https://characterquilt.com/branding/epsilon/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #C0392B | | Accent | #C0392B | | Body Font | Roboto | | Heading Font | Roboto | ## Color Palette - primary: #C0392B - secondary: #7B88A7 - accent: #C0392B - background: #FFFFFF - textPrimary: #1A202C - link: #1A202C ## Typography - primary: Roboto — https://fonts.google.com/specimen/Roboto - heading: Roboto — https://fonts.google.com/specimen/Roboto ## Visual Assets - Logo: https://www.epsilon-ai.com/_next/static/media/epsilon-logo-full.f6e35db6.svg - Social card (og:image): /social/banner.png ## UI Components - input: background=#FFFFFF, textColor=#000000, borderColor=#F0F1F5, borderRadius=8px, shadow=rgba(0, 0, 0, 0.1) 14.6469px 17.5763px 29.2937px 0px - buttonPrimary: background=#FFFFFF, textColor=#1A202C, borderColor=#F0F1F5, borderRadius=6px, shadow=rgba(0, 0, 0, 0.05) 5px 5px 5px 0px ## Brand Personality Tone: professional · Energy: medium · Audience: scientific researchers and academics ## Epsilon Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Generate Literature Reviews For Any Topic** - Image: https://d3b9kr64nievew.cloudfront.net/cltsqfnyz0394iof5jaa9ho2j/cltsqon0s02r1mz91owll9n09.png - Source: https://www.epsilon-ai.com/blog/generate-literature-reviews - **Epsilon - AI Search Engine for Scientific Research** - Image: https://www.epsilon-ai.com/social/banner.png - Source: https://www.epsilon-ai.com/privacy - **Epsilon | Blog** - Image: https://imagedelivery.net/gLgcD68SxSCB7eEUDDEJXQ/80c96c1b294735fc2fd66882838b30ac_3abd1446-ff78-40c6-0af9-16e6dab79600/public - Source: https://www.epsilon-ai.com/blog - **Generate Literature Reviews For Any Topic** - Image: https://d3b9kr64nievew.cloudfront.net/cltsqfnyz0394iof5jaa9ho2j/cltsr45sw046xiof5vghqoee7.png - Source: https://www.epsilon-ai.com/blog/generate-literature-reviews - **Generate Literature Reviews For Any Topic** - Image: https://d3b9kr64nievew.cloudfront.net/cltsqfnyz0394iof5jaa9ho2j/cltsqxzic03iw3c1tnsafs327.png - Source: https://www.epsilon-ai.com/blog/generate-literature-reviews - **Generate Literature Reviews For Any Topic** - Image: https://d3b9kr64nievew.cloudfront.net/cltsqfnyz0394iof5jaa9ho2j/cltsr5o3700rd5h0q7ctcq2bc.png - Source: https://www.epsilon-ai.com/blog/generate-literature-reviews ## 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": "Roboto", "role": "body" }, { "family": "Open Sans", "role": "unknown" }, { "family": "Roboto Mono", "role": "monospace" } ], "colors": { "primary": "#C0392B", "secondary": "#7B88A7", "accent": "#C0392B", "background": "#FFFFFF", "textPrimary": "#1A202C", "link": "#1A202C" }, "typography": { "fontFamilies": { "primary": "Roboto", "heading": "Roboto" }, "fontStacks": { "heading": [ "Roboto", "serif" ], "body": [ "Roboto", "sans-serif" ], "paragraph": [ "Roboto" ] }, "fontSizes": { "h1": "72px", "h2": "72px", "body": "13px" } }, "spacing": { "baseUnit": 4, "borderRadius": "4px" }, "components": { "input": { "background": "#FFFFFF", "textColor": "#000000", "borderColor": "#F0F1F5", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "rgba(0, 0, 0, 0.1) 14.6469px 17.5763px 29.2937px 0px" }, "buttonPrimary": { "background": "#FFFFFF", "textColor": "#1A202C", "borderColor": "#F0F1F5", "borderRadius": "6px", "borderRadiusCorners": { "topLeft": "6px", "topRight": "6px", "bottomRight": "6px", "bottomLeft": "6px" }, "shadow": "rgba(0, 0, 0, 0.05) 5px 5px 5px 0px" } }, "images": { "logo": "https://www.epsilon-ai.com/_next/static/media/epsilon-logo-full.f6e35db6.svg", "favicon": null, "ogImage": "/social/banner.png", "logoAlt": "Logo" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is located in the header, is visible, and matches the brand name 'Epsilon' from the page title and URL.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Request A Demo", "reasoning": "The button 'Request A Demo' is the only button available and serves as the main call-to-action for users interested in the product." }, "secondary": { "index": -1, "text": "N/A", "reasoning": "There is no secondary button available with a different background color." }, "confidence": 0.9 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "scientific researchers and academics" }, "designSystem": { "framework": "chakra", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.95, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is located in the header, is visible, and matches the brand name 'Epsilon' from the page title and URL.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```