Home · Branding · Onboard.io

Onboard.io Brand Identity

A complete profile of Onboard.io's visual system — colors, typography, components, and personality — extracted from https://onboard.io. Built for designers, agents, and AI tools.

Download JSON
Primary
#00B67A
Accent
#4869F5
Body Font
Instrument Sans
Heading
Instrument Sans

Color Palette

Brand palette extracted from https://onboard.io.

primary
#00B67A
rgb(0, 182, 122)
secondary
#475569
rgb(71, 85, 105)
accent
#4869F5
rgb(72, 105, 245)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#0F172A
rgb(15, 23, 42)
link
#0F172A
rgb(15, 23, 42)

Typography

Each font links to its Google Fonts page where available.

primary
Instrument Sans
Instrument Sans Google Fonts →
heading
Instrument Sans
Instrument Sans Google Fonts →
Instrument Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
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

Onboard.io logo
Logo
Onboard.io favicon
Favicon
Onboard.io social image
Social Card

UI Components

Live previews rendered using Onboard.io's actual button styles.

buttonPrimary
background #4869F5 textColor #FFFFFF borderColor #2612C1 borderRadius 9999px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(30, 41, 59, 0.05) 0px 10px 15px -3px, rgba(30, 41, 59, 0.05) 0px 4px 6px -4px
buttonSecondary
background #FFFFFF textColor #94A3B8 borderRadius 9999px shadow none

Brand Personality

Tone: modern Energy: medium Audience: business professionals

Onboard.io Brand in the Wild

Real-world brand assets — ads, campaigns, and marketing materials.

Frequently Asked Questions

What is Onboard.io's primary brand color?

Onboard.io's primary brand color is #00B67A. It anchors the visual identity across their website, product UI, and marketing materials.

What accent color does Onboard.io use?

Onboard.io uses #4869F5 as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.

What font does Onboard.io use?

Onboard.io uses Instrument Sans as the primary typeface across body and headings.

Does Onboard.io use a light or dark theme?

Onboard.io's primary site uses a light color scheme, with a background of #FFFFFF.

Where can I find Onboard.io's logo?

Onboard.io's logo is available directly on their site (https://onboard.io). 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://onboard.io 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 Onboard.io.

Methodology

Brand data on this page was extracted from https://onboard.io 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 Onboard.io.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Instrument Sans",
      "role": "body"
    },
    {
      "family": "Roboto",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Noto Sans",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#00B67A",
    "secondary": "#475569",
    "accent": "#4869F5",
    "background": "#FFFFFF",
    "textPrimary": "#0F172A",
    "link": "#0F172A"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Instrument Sans",
      "heading": "Instrument Sans"
    },
    "fontStacks": {
      "heading": [
        "Instrument Sans",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "Instrument Sans",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "Instrument Sans",
        "ui-sans-serif",
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Helvetica Neue",
        "Arial",
        "Noto Sans",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "36px",
      "body": "18px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "6px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#4869F5",
      "textColor": "#FFFFFF",
      "borderColor": "#2612C1",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(30, 41, 59, 0.05) 0px 10px 15px -3px, rgba(30, 41, 59, 0.05) 0px 4px 6px -4px"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#94A3B8",
      "borderRadius": "9999px",
      "borderRadiusCorners": {
        "topLeft": "9999px",
        "topRight": "9999px",
        "bottomRight": "9999px",
        "bottomLeft": "9999px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "data:image/svg+xml;utf8,%3Csvg%20width%3D%22112%22%20height%3D%2216%22%20viewBox%3D%220%200%20112%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22logo-svg%22%20data-fc-idx%3D%220%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%208C0%2011.1618%201.28815%2016%209.53227%2016C17.7764%2016%2019.0646%2011.1618%2019.0646%208C19.0646%204.8382%2017.7764%200%209.53227%200C1.28815%200%200%204.8382%200%208ZM4.42264%208C4.42264%205.64459%205.75371%202.88594%209.53227%202.88594C13.3108%202.88594%2014.6419%205.64459%2014.6419%208C14.6419%2010.3554%2013.3108%2013.1141%209.53227%2013.1141C5.75371%2013.1141%204.42264%2010.3554%204.42264%208Z%22%20fill%3D%22%231F5AFE%22%20style%3D%22fill%3A%20rgb(31%2C%2090%2C%20254)%20!important%3B%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%208C0%2011.1618%201.28815%2016%209.53227%2016C17.7764%2016%2019.0646%2011.1618%2019.0646%208C19.0646%204.8382%2017.7764%200%209.53227%200C1.28815%200%200%204.8382%200%208ZM4.42264%208C4.42264%205.64459%205.75371%202.88594%209.53227%202.88594C13.3108%202.88594%2014.6419%205.64459%2014.6419%208C14.6419%2010.3554%2013.3108%2013.1141%209.53227%2013.1141C5.75371%2013.1141%204.42264%2010.3554%204.42264%208Z%22%20fill%3D%22white%22%20class%3D%22logo-white-fill%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M30.5148%2015.5756H34.2934V8.00003C34.2934%204.64724%2031.3092%203.90454%2029.3555%203.90454C27.1442%203.90454%2025.3407%204.90188%2024.6538%205.85678H24.6108V4.20162H20.9611V15.5756H24.7396V10.0796C24.7396%207.66051%2026.221%206.79048%2027.9815%206.79048C29.6775%206.79048%2030.5148%207.55443%2030.5148%209.12472V15.5756Z%22%20fill%3D%22%231F5AFE%22%20style%3D%22fill%3A%20rgb(31%2C%2090%2C%20254)%20!important%3B%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M30.5148%2015.5756H34.2934V8.00003C34.2934%204.64724%2031.3092%203.90454%2029.3555%203.90454C27.1442%203.90454%2025.3407%204.90188%2024.6538%205.85678H24.6108V4.20162H20.9611V15.5756H24.7396V10.0796C24.7396%207.66051%2026.221%206.79048%2027.9815%206.79048C29.6775%206.79048%2030.5148%207.55443%2030.5148%209.12472V15.5756Z%22%20fill%3D%22white%22%20class%3D%22logo-white-fill%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M40.524%209.95218C40.524%207.7877%2042.1771%206.66306%2044.0664%206.66306C45.9771%206.66306%2047.6303%207.7877%2047.6303%209.95218C47.6303%2012.1166%2045.9771%2013.2413%2044.0664%2013.2413C42.1771%2013.2413%2040.524%2012.1166%2040.524%209.95218ZM36.8743%2015.5755H40.524V14.1538H40.5669C42.0054%2015.6816%2043.272%2015.9999%2044.8608%2015.9999C48.5964%2015.9999%2051.5376%2014.0052%2051.5376%2010.0158C51.5376%206.32354%2048.7467%203.90443%2045.1184%203.90443C42.9929%203.90443%2041.4257%204.58347%2040.6958%205.60205H40.6528V0.169678H36.8743V15.5755Z%22%20fill%3D%22%231F5AFE%22%20style%3D%22fill%3A%20rgb(31%2C%2090%2C%20254)%20!important%3B%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M40.524%209.95218C40.524%207.7877%2042.1771%206.66306%2044.0664%206.66306C45.9771%206.66306%2047.6303%207.7877%2047.6303%209.95218C47.6303%2012.1166%2045.9771%2013.2413%2044.0664%2013.2413C42.1771%2013.2413%2040.524%2012.1166%2040.524%209.95218ZM36.8743%2015.5755H40.524V14.1538H40.5669C42.0054%2015.6816%2043.272%2015.9999%2044.8608%2015.9999C48.5964%2015.9999%2051.5376%2014.0052%2051.5376%2010.0158C51.5376%206.32354%2048.7467%203.90443%2045.1184%203.90443C42.9929%203.90443%2041.4257%204.58347%2040.6958%205.60205H40.6528V0.169678H36.8743V15.5755Z%22%20fill%3D%22white%22%20class%3D%22logo-white-fill%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M53.0474%209.8885C53.0474%2014.175%2056.096%2015.9999%2060.6475%2015.9999C65.1989%2015.9999%2068.2475%2014.175%2068.2475%209.8885C68.2475%205.60204%2065.1989%203.7771%2060.6475%203.7771C56.096%203.7771%2053.0474%205.60204%2053.0474%209.8885ZM56.9547%209.8885C56.9547%207.66039%2058.3072%206.40839%2060.6475%206.40839C62.9877%206.40839%2064.3403%207.66039%2064.3403%209.8885C64.3403%2012.1166%2062.9877%2013.3686%2060.6475%2013.3686C58.3072%2013.3686%2056.9547%2012.1166%2056.9547%209.8885Z%22%20fill%3D%22%231F5AFE%22%20style%3D%22fill%3A%20rgb(31%2C%2090%2C%20254)%20!important%3B%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M53.0474%209.8885C53.0474%2014.175%2056.096%2015.9999%2060.6475%2015.9999C65.1989%2015.9999%2068.2475%2014.175%2068.2475%209.8885C68.2475%205.60204%2065.1989%203.7771%2060.6475%203.7771C56.096%203.7771%2053.0474%205.60204%2053.0474%209.8885ZM56.9547%209.8885C56.9547%207.66039%2058.3072%206.40839%2060.6475%206.40839C62.9877%206.40839%2064.3403%207.66039%2064.3403%209.8885C64.3403%2012.1166%2062.9877%2013.3686%2060.6475%2013.3686C58.3072%2013.3686%2056.9547%2012.1166%2056.9547%209.8885Z%22%20fill%3D%22white%22%20class%3D%22logo-white-fill%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M80.0624%2010.9707C80.0624%2012.8806%2077.9371%2013.793%2076.0261%2013.793C74.6091%2013.793%2073.6432%2013.2201%2073.6432%2012.2015C73.6432%2011.183%2074.3088%2010.8222%2075.64%2010.7161L77.8293%2010.5251C78.5808%2010.4615%2079.3541%2010.3766%2080.0624%2010.037V10.9707ZM73.9867%207.68162C74.5232%206.11132%2075.3605%205.98402%2076.9707%205.98402C79.1605%205.98402%2079.9333%206.42962%2079.9333%207.3421C79.9333%208.25458%2079.5472%208.44551%2078.3877%208.53042L74.3728%208.80626C72.0757%208.95484%2069.6069%209.54898%2069.6069%2012.3076C69.6069%2014.9601%2071.7109%2015.9999%2074.7168%2015.9999C76.4128%2015.9999%2078.8171%2015.6392%2080.1051%2014.3659C80.1269%2014.7691%2080.2341%2015.1723%2080.3632%2015.5755H84.1413C83.8837%2015.0026%2083.712%2014.2811%2083.712%2013.2838V7.63916C83.712%205.51714%2082.5525%203.7771%2077.1424%203.7771C74.0512%203.7771%2070.7877%204.18028%2070.3371%207.68162H73.9867Z%22%20fill%3D%22%231F5AFE%22%20style%3D%22fill%3A%20rgb(31%2C%2090%2C%20254)%20!important%3B%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M80.0624%2010.9707C80.0624%2012.8806%2077.9371%2013.793%2076.0261%2013.793C74.6091%2013.793%2073.6432%2013.2201%2073.6432%2012.2015C73.6432%2011.183%2074.3088%2010.8222%2075.64%2010.7161L77.8293%2010.5251C78.5808%2010.4615%2079.3541%2010.3766%2080.0624%2010.037V10.9707ZM73.9867%207.68162C74.5232%206.11132%2075.3605%205.98402%2076.9707%205.98402C79.1605%205.98402%2079.9333%206.42962%2079.9333%207.3421C79.9333%208.25458%2079.5472%208.44551%2078.3877%208.53042L74.3728%208.80626C72.0757%208.95484%2069.6069%209.54898%2069.6069%2012.3076C69.6069%2014.9601%2071.7109%2015.9999%2074.7168%2015.9999C76.4128%2015.9999%2078.8171%2015.6392%2080.1051%2014.3659C80.1269%2014.7691%2080.2341%2015.1723%2080.3632%2015.5755H84.1413C83.8837%2015.0026%2083.712%2014.2811%2083.712%2013.2838V7.63916C83.712%205.51714%2082.5525%203.7771%2077.1424%203.7771C74.0512%203.7771%2070.7877%204.18028%2070.3371%207.68162H73.9867Z%22%20fill%3D%22white%22%20class%3D%22logo-white-fill%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M86.207%2015.5756H89.9857V10.6738C89.9857%208.46686%2091.2097%207.17246%2093.7857%207.17246C94.4945%207.17246%2095.1814%207.32099%2095.8684%207.51198V4.01064C95.439%203.92576%2094.9238%203.90454%2094.4945%203.90454C92.3473%203.90454%2091.2737%204.68968%2089.8998%206.42974H89.8572V4.20162H86.207V15.5756Z%22%20fill%3D%22%231F5AFE%22%20style%3D%22fill%3A%20rgb(31%2C%2090%2C%20254)%20!important%3B%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M86.207%2015.5756H89.9857V10.6738C89.9857%208.46686%2091.2097%207.17246%2093.7857%207.17246C94.4945%207.17246%2095.1814%207.32099%2095.8684%207.51198V4.01064C95.439%203.92576%2094.9238%203.90454%2094.4945%203.90454C92.3473%203.90454%2091.2737%204.68968%2089.8998%206.42974H89.8572V4.20162H86.207V15.5756Z%22%20fill%3D%22white%22%20class%3D%22logo-white-fill%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M100.71%209.95218C100.71%207.7877%20102.364%206.66306%20104.275%206.66306C106.164%206.66306%20107.817%207.7877%20107.817%209.95218C107.817%2012.1166%20106.164%2013.2413%20104.275%2013.2413C102.364%2013.2413%20100.71%2012.1166%20100.71%209.95218ZM107.817%2015.5755H111.467V0.169678H107.688V5.60205H107.645C106.915%204.58347%20105.348%203.90443%20103.222%203.90443C99.5942%203.90443%2096.8032%206.32354%2096.8032%2010.0158C96.8032%2013.984%2099.6374%2015.9999%20103.222%2015.9999C104.94%2015.9999%20106.55%2015.6179%20107.774%2014.1538H107.817V15.5755Z%22%20fill%3D%22%231F5AFE%22%20style%3D%22fill%3A%20rgb(31%2C%2090%2C%20254)%20!important%3B%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M100.71%209.95218C100.71%207.7877%20102.364%206.66306%20104.275%206.66306C106.164%206.66306%20107.817%207.7877%20107.817%209.95218C107.817%2012.1166%20106.164%2013.2413%20104.275%2013.2413C102.364%2013.2413%20100.71%2012.1166%20100.71%209.95218ZM107.817%2015.5755H111.467V0.169678H107.688V5.60205H107.645C106.915%204.58347%20105.348%203.90443%20103.222%203.90443C99.5942%203.90443%2096.8032%206.32354%2096.8032%2010.0158C96.8032%2013.984%2099.6374%2015.9999%20103.222%2015.9999C104.94%2015.9999%20106.55%2015.6179%20107.774%2014.1538H107.817V15.5755Z%22%20fill%3D%22white%22%20class%3D%22logo-white-fill%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%20!important%3B%22%2F%3E%0A%20%20%20%20%3Cstyle%20style%3D%22fill%3A%20none%20!important%3B%22%3E%0A%20%20%20%20%20%20%20%20.logo-white-fill%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20transition%3A%20fill%200.3s%20ease-in-out%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20header%3Anot(.dark)%20.logo-white-fill%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20fill%3A%20%234869F5%3B%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%3C%2Fsvg%3E",
    "favicon": "https://onboard.io/img/favicons/apple-touch-icon.png",
    "ogImage": "https://onboard.io/img/asset/YXNzZXRzL29nLSgxKS5wbmc/og-%281%29.png?p=seo_pro_og&s=5f864a86ce3cf6e35e2aab41ffb68cd0",
    "logoHref": "/",
    "logoAlt": ".logo-white-fill {\n            transition: fill 0.3s ease-in-out;\n        }\n        header:not(.dark) .logo-white-fill {\n            fill: #4869F5;\n        }"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, matching the brand 'Onboard'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 2,
      "text": "Get Started",
      "reasoning": "Button #2 ('Get Started') uses a vibrant blue color (#4869F5) which stands out as a strong call-to-action. The text 'Get Started' is action-oriented, making it a clear primary CTA."
    },
    "secondary": {
      "index": 5,
      "text": "Sign In",
      "reasoning": "Button #5 ('Sign In') has a white background, providing a contrast to the primary button's vibrant color. It serves as a secondary action, typically for existing users."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business 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 located in the header, is visible, and links to the homepage, matching the brand 'Onboard'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles