# Epsilon3 Brand Identity A complete profile of **Epsilon3**'s visual system — colors, typography, components, and personality — extracted from https://www.epsilon3.io/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/epsilon3 - Machine-readable JSON: https://characterquilt.com/branding/epsilon3.json - Per-page llms.txt: https://characterquilt.com/branding/epsilon3/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #92C83E | | Accent | #92C83E | | Body Font | aktiv-grotesk | | Heading Font | Poppins | ## Color Palette - primary: #92C83E - secondary: #1D2A0A - accent: #92C83E - background: #FFFFFF - textPrimary: #000000 - link: #88A45D ## Typography - primary: aktiv-grotesk — https://fonts.google.com/specimen/aktiv-grotesk - heading: Poppins — https://fonts.google.com/specimen/Poppins ## Visual Assets - Logo: https://images.squarespace-cdn.com/content/v1/602ec1c9965913605a250907/1615005990110-CI90JDUSL0TY8DYJ2TYE/Epsilon3%2B30dpi%2BRGB%2Bwhite%2Btrimmed.png?format=1500w - Favicon: https://images.squarespace-cdn.com/content/v1/602ec1c9965913605a250907/1614286717668-MXDY8JZN6RC4GOOPU638/favicon.ico?format=100w - Social card (og:image): http://static1.squarespace.com/static/602ec1c9965913605a250907/t/666747f4afb0bc6004370ebf/1758837700498/Epsilon3+Logo+2130x1200.jpg?format=1500w ## UI Components - buttonPrimary: background=#92C83E, textColor=#050505, borderRadius=6.4px, shadow=none - buttonSecondary: background=#FFFFFF, textColor=#000000, borderRadius=0px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: businesses seeking AI-powered management solutions ## Epsilon3 Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Epsilon3 Customer Case Study: Redwire Space** - Image: https://i.vimeocdn.com/video/1970273653-c155e384434f4b2aab8eab30c5e1fc54ea7f82f719cafb2e39a509c6b331bfa2-d?f=webp - Source: https://www.epsilon3.io/space-industry - **Epsilon3 - Insights on operations, procedures, and scaling complex systems from aerospace, defense, and hardware teams using Epsilon3.** - Image: https://images.squarespace-cdn.com/content/v1/602ec1c9965913605a250907/1741040501707-ZORDY8NT59IGVI71ZJMR/BOM+BLOG+%281%29.png?format=1000w - Source: https://www.epsilon3.io/blog - **Epsilon3 Customer Case Study: Shift4** - Image: https://i.vimeocdn.com/video/1977466167-127da36e480102a3998c2cf8ef154f3eaf36b19992d006eb6ca0acdae86c3e73-d?f=webp - Source: https://www.epsilon3.io/shift4-case-study - **Epsilon3 - 10 Best MES Software According to Operators** - Image: https://images.squarespace-cdn.com/content/v1/602ec1c9965913605a250907/1b65e338-8c01-4fba-b479-cc88dbb8374b/10-ibaset-solumina.jpg - Source: https://www.epsilon3.io/behind-the-console/mes-software - **Epsilon3 and Vaya Space Case Study** - Image: https://i.vimeocdn.com/video/1453095542-9eb392121a106e6c38c3a27b173ea3140cf7962001c5f456d2875ead07c3c4b2-d?f=webp - Source: https://www.epsilon3.io/vaya-space - **Epsilon3 - Epsilon3 Changelog #63: Lists in Tables, Auto-Generate Procedure, Part, & Inventory Numbers, Issues Redesign** - Image: http://static1.squarespace.com/static/602ec1c9965913605a250907/602fff518bfa8402d48dce87/666791cdbf993b060108a6d0/1766160575968/CL+blog+image.png?format=1500w - Source: https://www.epsilon3.io/behind-the-console/epsilon3-changelog-63-auto-numbering-lists-tables ## 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": "Poppins", "role": "heading" }, { "family": "aktiv-grotesk", "role": "body" } ], "colors": { "primary": "#92C83E", "secondary": "#1D2A0A", "accent": "#92C83E", "background": "#FFFFFF", "textPrimary": "#000000", "link": "#88A45D" }, "typography": { "fontFamilies": { "primary": "aktiv-grotesk", "heading": "Poppins" }, "fontStacks": { "heading": [ "Poppins" ], "body": [ "sans-serif" ], "paragraph": [ "aktiv-grotesk" ] }, "fontSizes": { "h1": "48px", "h2": "40px", "body": "24px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": { "buttonPrimary": { "background": "#92C83E", "textColor": "#050505", "borderRadius": "6.4px", "borderRadiusCorners": { "topLeft": "6.4px", "topRight": "6.4px", "bottomRight": "6.4px", "bottomLeft": "6.4px" }, "shadow": "none" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#000000", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" } }, "images": { "logo": "https://images.squarespace-cdn.com/content/v1/602ec1c9965913605a250907/1615005990110-CI90JDUSL0TY8DYJ2TYE/Epsilon3%2B30dpi%2BRGB%2Bwhite%2Btrimmed.png?format=1500w", "favicon": "https://images.squarespace-cdn.com/content/v1/602ec1c9965913605a250907/1614286717668-MXDY8JZN6RC4GOOPU638/favicon.ico?format=100w", "ogImage": "http://static1.squarespace.com/static/602ec1c9965913605a250907/t/666747f4afb0bc6004370ebf/1758837700498/Epsilon3+Logo+2130x1200.jpg?format=1500w", "logoHref": "/", "logoAlt": "Epsilon3" }, "__llm_logo_reasoning": { "selectedIndex": 1, "reasoning": "Selected #4 because it is visible, located in the header, links to the homepage, and matches the brand name 'Epsilon3'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Request a Demo", "reasoning": "Button #0 'Request a Demo' is likely the primary CTA due to its vibrant brand color (#92C83E) and action-oriented text, which is common for primary actions." }, "secondary": { "index": 6, "text": "0\n \n \n \n \n \n\n \n\n\n\n\n\n\n\n\n\n\n\n\n \n \n \n \n \n\n \n", "reasoning": "Button #6 has a different background color (#FFFFFF) and serves as a secondary action, likely due to its less prominent appearance." }, "confidence": 0.9 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "businesses seeking AI-powered management solutions" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.9, "colors": 0.9, "overall": 0.9 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 4, "selectedLogoReasoning": "Selected #4 because it is visible, located in the header, links to the homepage, and matches the brand name 'Epsilon3'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```