# Evidently AI Brand Identity A complete profile of **Evidently AI**'s visual system — colors, typography, components, and personality — extracted from https://evidentlyai.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/evidently-ai - Machine-readable JSON: https://characterquilt.com/branding/evidently-ai.json - Per-page llms.txt: https://characterquilt.com/branding/evidently-ai/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #0F1F3D | | Accent | #ED0400 | | Body Font | Manrope | | Heading Font | Space Grotesk | ## Color Palette - primary: #0F1F3D - secondary: #281938 - accent: #ED0400 - background: #FFFFFF - textPrimary: #0D0E10 - link: #ED0400 ## Typography - primary: Manrope — https://fonts.google.com/specimen/Manrope - heading: Space Grotesk — https://fonts.google.com/specimen/Space+Grotesk ## Visual Assets - Logo: https://cdn.prod.website-files.com/660ef16a9e0687d9cc2746d7/66180fbf4f40e9ed73ca2d39_evidently_ai_logo_fi.png - Favicon: https://cdn.prod.website-files.com/660ef16a9e0687d9cc2746d7/664e523c74745ca024741f80_evidently_ai_fav_2024_32x32.png - Social card (og:image): https://cdn.prod.website-files.com/660ef16a9e0687d9cc2746d7/69710eadda2a89813d927ed2_main%20page%20new-min.png ## UI Components - input: background=#FFFFFF, textColor=#FFFFFF, borderColor=null, borderRadius=12px, shadow=none - buttonPrimary: background=#0D0E10, textColor=#FFFFFF, borderRadius=12px, shadow=none - buttonSecondary: background=#FFFFFF, textColor=#0D0E10, borderColor=#000000, borderRadius=12px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: AI developers and tech companies ## Evidently AI Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **An MLOps story: how DeepL monitors ML models in production** - Image: https://cdn.prod.website-files.com/660ef16a9e0687d9cc27474a/6625e0da1524d2ef8cdcf79e_6501ee1318da9cf4a95fb993_01_mlops%2520story%2520deepl_header-min.png - Source: https://www.evidentlyai.com/blog/how-deepl-monitors-ml-models - **50 best machine learning blogs from engineering teams** - Image: https://cdn.prod.website-files.com/660ef16a9e0687d9cc27474a/6625e0cf0657b58574f5709d_63c9c3f91a34504cc7a45276_1_evidently_best%2520blogs_header-3-min.png - Source: https://www.evidentlyai.com/blog/best-machine-learning-blogs - **Evidently AI Blog - Tutorials** - Image: https://cdn.prod.website-files.com/660ef16a9e0687d9cc27474a/6625e0dfb75490e97ad09c62_6446eb354e1a1ac16d86ddce_email%2520images.002-min-new-min.png - Source: https://www.evidentlyai.com/blog-category/tutorials - **50 best machine learning blogs from engineering teams** - Image: https://cdn.prod.website-files.com/660ef16a9e0687d9cc27474a/6625e0cf0657b58574f570bc_63c995ba9402795cfbf22a9e_5_evidently_best%2520blogs_travel-min.png - Source: https://www.evidentlyai.com/blog/best-machine-learning-blogs - **Which test is the best? We compared 5 methods to detect data drift on large datasets** - Image: https://cdn.prod.website-files.com/660ef16a9e0687d9cc27474a/6625e0d159e0238ac5bcb7c1_6449cee400dfb78fe60dab0b_1_methods_data_drift_detection_blog_main-min.png - Source: https://www.evidentlyai.com/blog/data-drift-detection-large-datasets - **Evidently AI Blog - AI observability and MLOps** - Image: https://cdn.prod.website-files.com/660ef16a9e0687d9cc27474a/6625e0cb28b1db285fd82ab6_6449d5e5496d0a7329ebbe8f_AMA%2520recap%2520Hamza%2520Tahir_blog-4-min.png - Source: https://www.evidentlyai.com/blog ## 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": "Space Grotesk", "role": "heading" } ], "colors": { "primary": "#0F1F3D", "secondary": "#281938", "accent": "#ED0400", "background": "#FFFFFF", "textPrimary": "#0D0E10", "link": "#ED0400" }, "typography": { "fontFamilies": { "primary": "Manrope", "heading": "Space Grotesk" }, "fontStacks": { "heading": [ "Manrope", "sans-serif" ], "body": [ "Space Grotesk", "sans-serif" ], "paragraph": [ "Manrope", "sans-serif" ] }, "fontSizes": { "h1": "65px", "h2": "48px", "body": "22px" } }, "spacing": { "baseUnit": 4, "borderRadius": "12px" }, "components": { "input": { "background": "#FFFFFF", "textColor": "#FFFFFF", "borderColor": null, "borderRadius": "12px", "borderRadiusCorners": { "topLeft": "12px", "topRight": "12px", "bottomRight": "12px", "bottomLeft": "12px" }, "shadow": "none" }, "buttonPrimary": { "background": "#0D0E10", "textColor": "#FFFFFF", "borderRadius": "12px", "borderRadiusCorners": { "topLeft": "12px", "topRight": "12px", "bottomRight": "12px", "bottomLeft": "12px" }, "shadow": "none" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#0D0E10", "borderColor": "#000000", "borderRadius": "12px", "borderRadiusCorners": { "topLeft": "12px", "topRight": "12px", "bottomRight": "12px", "bottomLeft": "12px" }, "shadow": "none" } }, "images": { "logo": "https://cdn.prod.website-files.com/660ef16a9e0687d9cc2746d7/66180fbf4f40e9ed73ca2d39_evidently_ai_logo_fi.png", "favicon": "https://cdn.prod.website-files.com/660ef16a9e0687d9cc2746d7/664e523c74745ca024741f80_evidently_ai_fav_2024_32x32.png", "ogImage": "https://cdn.prod.website-files.com/660ef16a9e0687d9cc2746d7/69710eadda2a89813d927ed2_main%20page%20new-min.png" }, "__llm_logo_reasoning": { "selectedIndex": 16, "reasoning": "Logo rejected: Red flags detected (menu word). Selected #16 because it is visible, located in the header, links to the homepage, and matches the brand name 'Evidently AI'.", "confidence": 0.95, "rejected": true, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Get demo", "reasoning": "Button #0 'Get demo' is likely the primary CTA due to its action-oriented text and dark background color, which stands out against the light background." }, "secondary": { "index": 1, "text": "Try open source", "reasoning": "Button #1 'Try open source' serves as a secondary action with a contrasting light background and border, making it less prominent than the primary CTA." }, "confidence": 0.95 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "AI developers and tech companies" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0.95, "colors": 0.9, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 16, "selectedLogoReasoning": "Selected #16 because it is visible, located in the header, links to the homepage, and matches the brand name 'Evidently AI'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```