# Osium AI Brand Identity A complete profile of **Osium AI**'s visual system — colors, typography, components, and personality — extracted from https://osium.ai/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/osium-ai - Machine-readable JSON: https://characterquilt.com/branding/osium-ai.json - Per-page llms.txt: https://characterquilt.com/branding/osium-ai/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #6AB896 | | Accent | #6AB896 | | Body Font | Open Sans | | Heading Font | Poppins | ## Color Palette - primary: #6AB896 - secondary: #8095C4 - accent: #6AB896 - background: #F8F8F8 - textPrimary: #07328F - link: #07328F ## Typography - primary: Open Sans — https://fonts.google.com/specimen/Open+Sans - heading: Poppins — https://fonts.google.com/specimen/Poppins ## Visual Assets - Logo: https://framerusercontent.com/assets/FfTBt5ik0VlvbASgpapJSuuH8.png - Favicon: https://framerusercontent.com/images/eMPeFW8g4VkSGd0tbHfezCfF0.png - Social card (og:image): https://framerusercontent.com/assets/o4JIqU6M78y2Z4IuBNywwjuY.jpeg ## UI Components - buttonPrimary: background=#6AB896, textColor=#0000EE, borderRadius=7px, shadow=rgba(16, 24, 40, 0.05) 0px 1px 2px 0px - buttonSecondary: background=#07328F, textColor=#FFFFFF, borderRadius=8px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: tech-savvy professionals ## Osium AI Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Osium AI Careers** - Image: https://framerusercontent.com/images/6udzmVVMe34ykrKMz1hdQk3yB7Y.jpg - Source: https://osium.ai/careers - **Osium AI** - Image: https://framerusercontent.com/images/xz7NzKLSJfOntkXBnlWOKXaZXM.jpg - Source: https://osium.ai/use-cases - **Osium AI** - Image: https://framerusercontent.com/images/gNMmhxqq2YQ7uemG4d6L0Y5aC0.jpg - Source: https://osium.ai/blog - **Accelerating Bio-Based Materials Development with AI: Leading the Sustainability Race** - Image: https://framerusercontent.com/assets/YKpwF0KaQQdwLt0ZusDOjFU8Y.jpg - Source: https://osium.ai/blog/bio-based-materials - **Osium AI** - Image: https://framerusercontent.com/assets/FfTBt5ik0VlvbASgpapJSuuH8.png - Source: https://osium.ai/blog - **Osium AI Solutions** - Image: https://framerusercontent.com/images/ZIqwaj4UPmWwXup2f0qA4YsvUo.jpg - Source: https://osium.ai/our-solutions ## 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": "Open Sans", "role": "body" }, { "family": "Poppins", "role": "heading" } ], "colors": { "primary": "#6AB896", "secondary": "#8095C4", "accent": "#6AB896", "background": "#F8F8F8", "textPrimary": "#07328F", "link": "#07328F" }, "typography": { "fontFamilies": { "primary": "Open Sans", "heading": "Poppins" }, "fontStacks": { "heading": [ "sans-serif" ], "body": [ "sans-serif" ], "paragraph": [ "Poppins", "sans-serif" ] }, "fontSizes": { "h1": "12px", "h2": "40px", "body": "40px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": { "buttonPrimary": { "background": "#6AB896", "textColor": "#0000EE", "borderRadius": "7px", "borderRadiusCorners": { "topLeft": "7px", "topRight": "7px", "bottomRight": "7px", "bottomLeft": "7px" }, "shadow": "rgba(16, 24, 40, 0.05) 0px 1px 2px 0px" }, "buttonSecondary": { "background": "#07328F", "textColor": "#FFFFFF", "borderRadius": "8px", "borderRadiusCorners": { "topLeft": "8px", "topRight": "8px", "bottomRight": "8px", "bottomLeft": "8px" }, "shadow": "none" } }, "images": { "logo": "https://framerusercontent.com/assets/FfTBt5ik0VlvbASgpapJSuuH8.png", "favicon": "https://framerusercontent.com/images/eMPeFW8g4VkSGd0tbHfezCfF0.png", "ogImage": "https://framerusercontent.com/assets/o4JIqU6M78y2Z4IuBNywwjuY.jpeg", "logoHref": "./", "logoAlt": "Logo" }, "__llm_logo_reasoning": { "selectedIndex": 1, "reasoning": "Selected #1 because it is visible, medium-sized, and links to the homepage, matching the brand 'Osium AI'.", "confidence": 0.85, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Request a demo", "reasoning": "Button #0 is selected as the primary CTA because it uses a vibrant green color (#6AB896), which is a brand color, and has action-oriented text 'Request a demo'." }, "secondary": { "index": 4, "text": "Accept", "reasoning": "Button #4 is selected as the secondary CTA because it uses a different vibrant color (#07328F) and has action-oriented text 'Accept'." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "tech-savvy professionals" }, "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": 1, "selectedLogoReasoning": "Selected #1 because it is visible, medium-sized, and links to the homepage, matching the brand 'Osium AI'.", "confidence": 0.85 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```