# Agno Brand Identity A complete profile of **Agno**'s visual system — colors, typography, components, and personality — extracted from https://www.agno.com/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/agno - Machine-readable JSON: https://characterquilt.com/branding/agno.json - Per-page llms.txt: https://characterquilt.com/branding/agno/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #FF4017 | | Accent | #FF4017 | | Body Font | Inter | | Heading Font | Inter Display | ## Color Palette - primary: #FF4017 - secondary: #0082F3 - accent: #FF4017 - background: #F0F0F0 - textPrimary: #09090B - link: #3898EC ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Inter Display — https://fonts.google.com/specimen/Inter+Display ## Visual Assets - Logo: https://cdn.prod.website-files.com/6796d350b8c706e4533e7e32/6796d350b8c706e4533e8011_Agno%20Logo.png - Favicon: https://cdn.prod.website-files.com/6796d350b8c706e4533e7e32/68a85cff903ee6514fac3a97_32.png - Social card (og:image): https://cdn.prod.website-files.com/6796d350b8c706e4533e7e32/68992377d95cefa72a1969b5_41989402dccfd45bba78028e531d4f2c_opengraph12.png ## UI Components - input: background=#CECECE, textColor=#09090B, borderColor=#CCCCCC, borderRadius=7px, shadow=none - buttonPrimary: background=#FF4017, textColor=#FFFFFF, borderRadius=360px, shadow=none - buttonSecondary: background=#202020, textColor=#FFFFFF, borderRadius=360px, shadow=none ## Brand Personality Tone: modern · Energy: high · Audience: developers and tech enthusiasts ## Agno Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **AgentUI - Agno** - Image: https://mintcdn.com/agno-v2/QfHdyhk-tu-JEw8s/images/agent-ui.png?fit=max&auto=format&n=QfHdyhk-tu-JEw8s&q=85&s=72cd1f0888dea4f1ec60a67bff5664c4 - Source: https://docs.agno.com/other/agent-ui - **Blog Post Generator - Agno** - Image: https://agno.mintlify.app/mintlify-assets/_next/image?url=%2F_mintlify%2Fapi%2Fog%3Fdivision%3DWorkflows%26title%3DBlog%2BPost%2BGenerator%26logoLight%3Dhttps%253A%252F%252Fmintcdn.com%252Fagno%252FQZOB15dhrj4yAmBd%252Flogo%252Fblack.svg%253Ffit%253Dmax%2526auto%253Dformat%2526n%253DQZOB15dhrj4yAmBd%2526q%253D85%2526s%253D0ba9fbc41180e137818459edce954a48%26logoDark%3Dhttps%253A%252F%252Fmintcdn.com%252Fagno%252FQZOB15dhrj4yAmBd%252Flogo%252Fwhite.svg%253Ffit%253Dmax%2526auto%253Dformat%2526n%253DQZOB15dhrj4yAmBd%2526q%253D85%2526s%253Dcc65cdfdc78638474d1c108480698d29%26primaryColor%3D%2523FF4017%26lightColor%3D%2523FF4017%26darkColor%3D%2523FF4017%26backgroundLight%3D%2523FFFFFF%26backgroundDark%3D%2523111113&w=1200&q=100 - Source: https://docs-v1.agno.com/examples/workflows/blog-post-generator - **Context engineering in multi-agent systems** - Image: https://cdn.prod.website-files.com/6796d350b8c706e4533e7e62/68e918bf5ce686382f8062b9_Visual.png - Source: https://www.agno.com/blog/context-engineering-in-multi-agent-systems - **We bet on agentic runtimes early. Palantir's latest blog proves why.** - Image: https://cdn.prod.website-files.com/6796d350b8c706e4533e7e62/6983847e4fee7d8556442230_Text%20-%20Dark%20(1).png - Source: https://www.agno.com/blog/we-bet-on-agentic-runtimes-early-palantirs-latest-blog-proves-why - **Standardized Codebases for Agentic Systems - Agno** - Image: https://mintcdn.com/agno/QZOB15dhrj4yAmBd/images/workspace.png?fit=max&auto=format&n=QZOB15dhrj4yAmBd&q=85&s=005b34ec6c963b64e0146ebdc4912b77 - Source: https://docs-v1.agno.com/workspaces/introduction - **Handling context window limits in Agno: Token tracking & preventing overflow** - Image: https://cdn.prod.website-files.com/6796d350b8c706e4533e7e62/698b7a258e7fefb4e3f82261_blog-cover.png - Source: https://www.agno.com/blog/handling-context-window-limits-in-agno-token-tracking-preventing-overflow ## 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": "Inter", "role": "body" }, { "family": "Inter Display", "role": "heading" } ], "colors": { "primary": "#FF4017", "secondary": "#0082F3", "accent": "#FF4017", "background": "#F0F0F0", "textPrimary": "#09090B", "link": "#3898EC" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Inter Display" }, "fontStacks": { "heading": [ "Inter", "sans-serif" ], "body": [ "Inter", "sans-serif" ], "paragraph": [ "Inter", "sans-serif" ] }, "fontSizes": { "h1": "64px", "h2": "30px", "body": "18px" } }, "spacing": { "baseUnit": 4, "borderRadius": "12px" }, "components": { "input": { "background": "#CECECE", "textColor": "#09090B", "borderColor": "#CCCCCC", "borderRadius": "7px", "borderRadiusCorners": { "topLeft": "7px", "topRight": "7px", "bottomRight": "7px", "bottomLeft": "7px" }, "shadow": "none" }, "buttonPrimary": { "background": "#FF4017", "textColor": "#FFFFFF", "borderRadius": "360px", "borderRadiusCorners": { "topLeft": "360px", "topRight": "360px", "bottomRight": "360px", "bottomLeft": "360px" }, "shadow": "none" }, "buttonSecondary": { "background": "#202020", "textColor": "#FFFFFF", "borderRadius": "360px", "borderRadiusCorners": { "topLeft": "360px", "topRight": "360px", "bottomRight": "360px", "bottomLeft": "360px" }, "shadow": "none" } }, "images": { "logo": "https://cdn.prod.website-files.com/6796d350b8c706e4533e7e32/6796d350b8c706e4533e8011_Agno%20Logo.png", "favicon": "https://cdn.prod.website-files.com/6796d350b8c706e4533e7e32/68a85cff903ee6514fac3a97_32.png", "ogImage": "https://cdn.prod.website-files.com/6796d350b8c706e4533e7e32/68992377d95cefa72a1969b5_41989402dccfd45bba78028e531d4f2c_opengraph12.png", "logoHref": "/", "logoAlt": "Agno logo." }, "__llm_logo_reasoning": { "selectedIndex": 18, "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Agno'.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 1, "text": "TRY AGENTOS", "reasoning": "Button #2 has a vibrant red/orange background (#FF4017), which is the brand color, and the text 'TRY AGENTOS' is action-oriented, making it the primary CTA." }, "secondary": { "index": 0, "text": "Join Discord", "reasoning": "Button #5 has a dark background (#202020) and the text 'Join Discord', which is a common secondary action. It is distinct from the primary button's color group." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "high", "targetAudience": "developers and tech enthusiasts" }, "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": 0, "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Agno'.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```