Home · Branding · OfOne

OfOne Brand Identity

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

Download JSON
Primary
#5E5CE6
Accent
#5E5CE6
Body Font
Roboto
Heading
Roboto

Color Palette

Brand palette extracted from https://www.of.one.

primary
#5E5CE6
rgb(94, 92, 230)
secondary
#3898EC
rgb(56, 152, 236)
accent
#5E5CE6
rgb(94, 92, 230)
background
#000000
rgb(0, 0, 0)
textPrimary
#000000
rgb(0, 0, 0)
link
#141432
rgb(20, 20, 50)

Typography

Each font links to its Google Fonts page where available.

primary
Roboto
heading
Roboto
system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, 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

OfOne logo
Logo
OfOne favicon
Favicon

UI Components

Live previews rendered using OfOne's actual button styles.

input
background #1A1A1A textColor #FFFFFF borderColor #3D3D3D borderRadius 8px shadow none
buttonPrimary
background #FFFFFF textColor #5E5CE6 borderRadius 80px shadow none
buttonSecondary
background transparent textColor #FFFFFF borderColor #444444 borderRadius 80px shadow none

Brand Personality

Tone: modern Energy: high Audience: business professionals

OfOne Brand in the Wild

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

Frequently Asked Questions

What is OfOne's primary brand color?

OfOne's primary brand color is #5E5CE6. It anchors the visual identity across their website, product UI, and marketing materials.

What font does OfOne use?

OfOne uses Roboto as the primary typeface across body and headings.

Does OfOne use a light or dark theme?

OfOne's primary site uses a dark color scheme, with a background of #000000.

Where can I find OfOne's logo?

OfOne's logo is available directly on their site (https://www.of.one). 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://www.of.one 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 OfOne.

Methodology

Brand data on this page was extracted from https://www.of.one 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 OfOne.

Machine-Readable Profile

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

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "Roboto",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#5E5CE6",
    "secondary": "#3898EC",
    "accent": "#5E5CE6",
    "background": "#000000",
    "textPrimary": "#000000",
    "link": "#141432"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Roboto",
      "heading": "Roboto"
    },
    "fontStacks": {
      "heading": [
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "body": [
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ],
      "paragraph": [
        "system-ui",
        "-apple-system",
        "BlinkMacSystemFont",
        "Segoe UI",
        "Roboto",
        "Oxygen",
        "Ubuntu",
        "Cantarell",
        "Fira Sans",
        "Droid Sans",
        "Helvetica Neue",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "56px",
      "body": "32px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "9px"
  },
  "components": {
    "input": {
      "background": "#1A1A1A",
      "textColor": "#FFFFFF",
      "borderColor": "#3D3D3D",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#FFFFFF",
      "textColor": "#5E5CE6",
      "borderRadius": "80px",
      "borderRadiusCorners": {
        "topLeft": "80px",
        "topRight": "80px",
        "bottomRight": "80px",
        "bottomLeft": "80px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#444444",
      "borderRadius": "80px",
      "borderRadiusCorners": {
        "topLeft": "80px",
        "topRight": "80px",
        "bottomRight": "80px",
        "bottomLeft": "80px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://cdn.prod.website-files.com/66b24dd441ecaab34a5ae8be/66b2dcec70f9f7a72285dfc5_Logo.png",
    "favicon": "https://cdn.prod.website-files.com/66b24dd441ecaab34a5ae8be/66c7770f4d81f53cb3e47288_LogoSmall%202.png",
    "ogImage": null,
    "logoHref": "/"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is the only candidate, matches the favicon, and links to the homepage, indicating it is the main brand logo.",
    "confidence": 0.8,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 1,
      "text": "Book a demo",
      "reasoning": "Button #1 has a vibrant background color (#FFFFFF) with text color matching the primary brand color (#5E5CE6), making it stand out as the main call-to-action with the text 'Book a demo'."
    },
    "secondary": {
      "index": 2,
      "text": "Watch video",
      "reasoning": "Button #2 has a transparent background, making it a suitable secondary option. It complements the primary button by offering an alternative action 'Watch video'."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "high",
    "targetAudience": "business professionals"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is the only candidate, matches the favicon, and links to the homepage, indicating it is the main brand logo.",
        "confidence": 0.8
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles