# Autosana Brand Identity A complete profile of **Autosana**'s visual system — colors, typography, components, and personality — extracted from https://autosana.ai. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/autosana - Machine-readable JSON: https://characterquilt.com/branding/autosana.json - Per-page llms.txt: https://characterquilt.com/branding/autosana/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #4B5563 | | Accent | #000000 | | Body Font | Inter | | Heading Font | Inter | ## Color Palette - primary: #4B5563 - secondary: #374151 - accent: #000000 - background: #FFFFFF - textPrimary: #000000 - link: #FBF0CE ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Inter — https://fonts.google.com/specimen/Inter ## Visual Assets - Logo: https://autosana.ai/_next/image?url=%2Flogo.png&w=64&q=75 - Favicon: https://autosana.ai/icons/favicon.ico - Social card (og:image): https://autosana.ai/link-preview.png ## UI Components - buttonPrimary: background=#000000, textColor=#FFFFFF, borderRadius=8px, shadow=none - buttonSecondary: background=#FFFFFF, textColor=#0A0A0A, borderColor=#E5E5E5, borderRadius=6px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: tech-savvy professionals ## Autosana Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Autosana | AI Testing to Ship Faster** - Image: https://autosana.ai/images/autosana-launch-preview.jpeg - Source: https://autosana.ai/ - **Intro(doc)tion - Autosana** - Image: https://autosana.mintlify.app/mintlify-assets/_next/image?url=%2F_mintlify%2Fapi%2Fog%3Fdivision%3DGetting%2BStarted%26title%3DIntro%2528doc%2529tion%26logoLight%3Dhttps%253A%252F%252Fmintcdn.com%252Fautosana%252FmTDCZgW2I2SWs-UB%252Flogo%252Flight.svg%253Ffit%253Dmax%2526auto%253Dformat%2526n%253DmTDCZgW2I2SWs-UB%2526q%253D85%2526s%253Dccb4d8c65c27b826c24b21c2c40eece6%26logoDark%3Dhttps%253A%252F%252Fmintcdn.com%252Fautosana%252FmTDCZgW2I2SWs-UB%252Flogo%252Fdark.svg%253Ffit%253Dmax%2526auto%253Dformat%2526n%253DmTDCZgW2I2SWs-UB%2526q%253D85%2526s%253De7d9ad801e878c55ff81cab43ea6b42a%26primaryColor%3D%25230D9373%26lightColor%3D%252307C983%26darkColor%3D%25230D9373%26backgroundLight%3D%2523ffffff%26backgroundDark%3D%2523090d0d&w=1200&q=100 - Source: https://docs.autosana.ai/introduction - **Autosana | AI Testing to Ship Faster** - Image: https://autosana.ai/_next/image?url=%2FYC_banner.png&w=1920&q=75 - Source: https://autosana.ai/ - **Autosana | AI Testing to Ship Faster** - Image: https://autosana.ai/_next/image?url=%2Fdark%2Fupload_dark.png&w=1920&q=75 - Source: https://autosana.ai/ - **Flows - Autosana** - Image: https://autosana.mintlify.app/mintlify-assets/_next/image?url=%2F_mintlify%2Fapi%2Fog%3Fdivision%3DCore%2BFeatures%26title%3DFlows%26description%3DWrite%2BE2E%2Btests%2Bin%2Bnatural%2Blanguage%26logoLight%3Dhttps%253A%252F%252Fmintcdn.com%252Fautosana%252FmTDCZgW2I2SWs-UB%252Flogo%252Flight.svg%253Ffit%253Dmax%2526auto%253Dformat%2526n%253DmTDCZgW2I2SWs-UB%2526q%253D85%2526s%253Dccb4d8c65c27b826c24b21c2c40eece6%26logoDark%3Dhttps%253A%252F%252Fmintcdn.com%252Fautosana%252FmTDCZgW2I2SWs-UB%252Flogo%252Fdark.svg%253Ffit%253Dmax%2526auto%253Dformat%2526n%253DmTDCZgW2I2SWs-UB%2526q%253D85%2526s%253De7d9ad801e878c55ff81cab43ea6b42a%26primaryColor%3D%25230D9373%26lightColor%3D%252307C983%26darkColor%3D%25230D9373%26backgroundLight%3D%2523ffffff%26backgroundDark%3D%2523090d0d&w=1200&q=100 - Source: https://docs.autosana.ai/flows - **Autosana | AI Testing to Ship Faster** - Image: https://autosana.ai/_next/image?url=%2Fimages%2Fimage-wallpaper.png&w=1920&q=75 - Source: https://autosana.ai/ ## 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" } ], "colors": { "primary": "#4B5563", "secondary": "#374151", "accent": "#000000", "background": "#FFFFFF", "textPrimary": "#000000", "link": "#FBF0CE" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Inter" }, "fontStacks": { "heading": [ "Inter" ], "body": [ "Inter" ], "paragraph": [ "Inter" ] }, "fontSizes": { "h1": "72px", "h2": "36px", "body": "18px" } }, "spacing": { "baseUnit": 4, "borderRadius": "4px" }, "components": { "buttonPrimary": { "background": "#000000", "textColor": "#FFFFFF", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "none" }, "buttonSecondary": { "background": "#FFFFFF", "textColor": "#0A0A0A", "borderColor": "#E5E5E5", "borderRadius": "6px", "borderRadiusCorners": { "topLeft": "6px", "topRight": "6px", "bottomRight": "6px", "bottomLeft": "6px" }, "shadow": "none" } }, "images": { "logo": "https://autosana.ai/_next/image?url=%2Flogo.png&w=64&q=75", "favicon": "https://autosana.ai/icons/favicon.ico", "ogImage": "https://autosana.ai/link-preview.png", "logoHref": "/", "logoAlt": "Autosana Logo" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Autosana'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Get Started", "reasoning": "Button #0 is selected as the primary CTA because it uses a dark background (#000000) with contrasting white text, making it visually prominent. The text 'Get Started' is action-oriented, indicating a primary call-to-action." }, "secondary": { "index": 6, "text": "Book a demo", "reasoning": "Button #7 is chosen as the secondary CTA because it has a different background color (#FFFFFF) and offers a secondary action 'Book a demo', which complements the primary action." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "tech-savvy professionals" }, "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 the alt text matches the brand name 'Autosana'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```