# Relixir Brand Identity A complete profile of **Relixir**'s visual system — colors, typography, components, and personality — extracted from https://relixir.ai. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/relixir - Machine-readable JSON: https://characterquilt.com/branding/relixir.json - Per-page llms.txt: https://characterquilt.com/branding/relixir/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #8A8AA0 | | Accent | #3969EE | | Body Font | DM Sans | | Heading Font | DM Sans | ## Color Palette - primary: #8A8AA0 - secondary: #060B18 - accent: #3969EE - background: #000000 - textPrimary: #000000 - link: #3969EE ## Typography - primary: DM Sans — https://fonts.google.com/specimen/DM+Sans - heading: DM Sans — https://fonts.google.com/specimen/DM+Sans ## Visual Assets - Logo: https://www.relixir.ai/_next/image?url=%2Frelixir-logo-new.png&w=640&q=75&dpl=dpl_GycSci6KcRt9fRVUNUgmRDhG3htd - Favicon: https://www.relixir.ai/favicon.png ## UI Components - buttonPrimary: background=#3969EE, textColor=#FFFFFF, borderRadius=4px, shadow=none - buttonSecondary: background=#FFFFFF, textColor=#000000, borderRadius=4px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: business professionals seeking automation solutions ## Relixir Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Relixir vs Profound vs AthenaHQ: 2025 Deep-Dive Comparison of GEO & AEO Platforms - Relixir** - Image: https://framerusercontent.com/images/UWREc9nohbCupPb5ew0RIxLkWwY.png?width=1536&height=1024 - Source: https://relixir.ai/blog/blog-relixir-vs-profound-vs-athenahq-2025-geo-aeo-platforms-comparison - **Best AI CMS for SMBs [February 2026] - Relixir** - Image: https://framerusercontent.com/images/2aWO1lohFjBZ5K8H2b3gRhgaf0.png - Source: https://relixir.ai/blog/best-ai-cms-for-smbs - **ROI Showdown: Cost-per-% AI Ranking Gain with Relixir vs Athena HQ in Mid-Market SaaS - Relixir - The AI Generative Engine Optimization GEO Platform** - Image: https://framerusercontent.com/images/HYAh1fi6QfnlQdTIkg6C1stgFbI.png?width=1536&height=1024 - Source: https://relixir.ai/blog/roi-showdown-cost-per-percentage-ai-ranking-gain-relixir-vs-athena-hq-mid-market-saas - **Best GEO tools with visitor deanonymization: 2025 comparison - Relixir - The AI Generative Engine Optimization GEO Platform** - Image: https://framerusercontent.com/images/SDVNV6vPyNmEaGBjOPL1L3LG1ZE.png - Source: https://relixir.ai/blog/best-geo-tools-with-visitor-deanonymization-2025-comparison - **Relixir vs Writesonic for Generative Engine Optimization on Shopify: 30-Day Pilot Data Compared - Relixir** - Image: https://framerusercontent.com/images/YnCPKEY7RQoreaIYwQfYZ5Fakw.png?width=1024&height=1024 - Source: https://relixir.ai/blog/relixir-vs-writesonic-shopify-geo-30-day-pilot-comparison - **Best AI CMS Platforms That Track AI Search Attribution - Relixir - AI生成引擎优化GEO平台** - Image: https://framerusercontent.com/images/82F493AjOCYEGCnGrXfRYmmRWso.png?width=1536&height=1024 - Source: https://relixir.ai/zh/blog/best-ai-cms-platforms-that-track-ai-search-attribution ## 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": "DM Sans", "role": "body" }, { "family": "JetBrains Mono", "role": "monospace" } ], "colors": { "primary": "#8A8AA0", "secondary": "#060B18", "accent": "#3969EE", "background": "#000000", "textPrimary": "#000000", "link": "#3969EE" }, "typography": { "fontFamilies": { "primary": "DM Sans", "heading": "DM Sans" }, "fontStacks": { "heading": [ "serifFont", "serifFont Fallback" ], "body": [ "DM Sans" ], "paragraph": [ "DM Sans" ] }, "fontSizes": { "h1": "60px", "h2": "72px", "body": "18px" } }, "spacing": { "baseUnit": 8, "borderRadius": "0px" }, "components": { "buttonPrimary": { "background": "#3969EE", "textColor": "#FFFFFF", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "none" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#000000", "borderRadius": "4px", "borderRadiusCorners": { "topLeft": "4px", "topRight": "4px", "bottomRight": "4px", "bottomLeft": "4px" }, "shadow": "none" } }, "images": { "logo": "https://www.relixir.ai/_next/image?url=%2Frelixir-logo-new.png&w=640&q=75&dpl=dpl_GycSci6KcRt9fRVUNUgmRDhG3htd", "favicon": "https://www.relixir.ai/favicon.png", "ogImage": null, "logoHref": "/", "logoAlt": "Relixir" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Relixir' inferred from the URL and page title.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 1, "text": "Get Started", "reasoning": "Button #1 'Get Started' uses the vibrant brand color #3969EE, which is a strong indicator of a primary CTA. The text is action-oriented, making it the most likely primary button." }, "secondary": { "index": 2, "text": "Book a Demo with Rex", "reasoning": "Button #2 'Book a Demo with Rex' has a different background color (#FFFFFF) and serves as a secondary action, complementing the primary CTA." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "business professionals seeking automation solutions" }, "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, links to the homepage, and matches the brand name 'Relixir' inferred from the URL and page title.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```