Home · Branding · Osium AI

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.

Download JSON
Primary
#6AB896
Accent
#6AB896
Body Font
Open Sans
Heading
Poppins

Color Palette

Brand palette extracted from https://osium.ai/.

primary
#6AB896
rgb(106, 184, 150)
secondary
#8095C4
rgb(128, 149, 196)
accent
#6AB896
rgb(106, 184, 150)
background
#F8F8F8
rgb(248, 248, 248)
textPrimary
#07328F
rgb(7, 50, 143)
link
#07328F
rgb(7, 50, 143)

Typography

Each font links to its Google Fonts page where available.

primary
Open Sans
heading
Poppins
sans-serif
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.

Visual Assets

Osium AI logo
Logo
Osium AI favicon
Favicon
Osium AI social image
Social Card

UI Components

Live previews rendered using Osium AI's actual button styles.

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, and marketing materials.

Frequently Asked Questions

What is Osium AI's primary brand color?

Osium AI's primary brand color is #6AB896. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Osium AI use?

Osium AI uses Open Sans for body text and Poppins for headings. Fonts were detected on https://osium.ai/ as part of their live design system.

Does Osium AI use a light or dark theme?

Osium AI's primary site uses a light color scheme, with a background of #F8F8F8.

Where can I find Osium AI's logo?

Osium AI's logo is available directly on their site (https://osium.ai/). The current logo URL is included in the machine-readable JSON profile linked above.

How was this brand profile generated?

This profile was extracted from https://osium.ai/ using the Firecrawl branding extraction API, which inspects the live page's CSS, fonts, color tokens, and component styles. It is not affiliated with or endorsed by Osium AI.

Methodology

Brand data on this page was extracted from https://osium.ai/ on using the Firecrawl branding extraction API, which inspects each site's live CSS, font network requests, color tokens, and component styles. Brand-in-the-wild images were sourced via Google Image Search restricted to ad/webinar/report queries and link out to their original third-party publishers; we link to the source rather than re-hosting third-party content. This page is published by CharacterQuilt and is not affiliated with or endorsed by Osium AI.

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "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
    }
  }
}

Related Brand Profiles