Home · Branding · Octolane AI

Octolane AI Brand Identity

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

Download JSON
Primary
#2563EB
Accent
#2563EB
Body Font
Helvetica Neue
Heading
Helvetica Neue

Color Palette

Brand palette extracted from https://www.octolane.com.

primary
#2563EB
rgb(37, 99, 235)
secondary
#9CA3AF
rgb(156, 163, 175)
accent
#2563EB
rgb(37, 99, 235)
background
#FFFFFF
rgb(255, 255, 255)
textPrimary
#202020
rgb(32, 32, 32)
link
#6B7280
rgb(107, 114, 128)

Typography

Each font links to its Google Fonts page where available.

primary
Helvetica Neue
Helvetica Neue Google Fonts →
heading
Helvetica Neue
Helvetica Neue Google Fonts →
displayFont, displayFont Fallback, system-ui, Helvetica Neue, Helvetica, Arial
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

Octolane AI favicon
Favicon
Octolane AI social image
Social Card

UI Components

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

buttonPrimary
background #2563EB textColor #FFFFFF borderRadius 12px shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(255, 255, 255, 0.2) 0px 0px 10px 0px inset, rgba(255, 255, 255, 0.15) 0px 0px 0px 1.5px inset, rgb(29, 78, 216) 0px 0px 0px 2px
buttonSecondary
background #202020 textColor #1F1F1F borderRadius 8px shadow none

Brand Personality

Tone: modern Energy: medium Audience: business professionals

Octolane AI Brand in the Wild

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

Frequently Asked Questions

What is Octolane AI's primary brand color?

Octolane AI's primary brand color is #2563EB. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Octolane AI use?

Octolane AI uses Helvetica Neue as the primary typeface across body and headings.

Does Octolane AI use a light or dark theme?

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

How was this brand profile generated?

This profile was extracted from https://www.octolane.com 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 Octolane AI.

Methodology

Brand data on this page was extracted from https://www.octolane.com 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 Octolane AI.

Machine-Readable Profile

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

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Helvetica Neue",
      "role": "body"
    },
    {
      "family": "Arial",
      "role": "body"
    },
    {
      "family": "Helvetica",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#2563EB",
    "secondary": "#9CA3AF",
    "accent": "#2563EB",
    "background": "#FFFFFF",
    "textPrimary": "#202020",
    "link": "#6B7280"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Helvetica Neue",
      "heading": "Helvetica Neue"
    },
    "fontStacks": {
      "heading": [
        "displayFont",
        "displayFont Fallback",
        "system-ui",
        "Helvetica Neue",
        "Helvetica",
        "Arial"
      ],
      "body": [
        "Inter",
        "Inter Fallback"
      ],
      "paragraph": [
        "Geist Mono",
        "monospace",
        "system-ui",
        "Helvetica Neue",
        "Helvetica",
        "Arial"
      ]
    },
    "fontSizes": {
      "h1": "112px",
      "h2": "48px",
      "body": "9px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "5px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#2563EB",
      "textColor": "#FFFFFF",
      "borderRadius": "12px",
      "borderRadiusCorners": {
        "topLeft": "12px",
        "topRight": "12px",
        "bottomRight": "12px",
        "bottomLeft": "12px"
      },
      "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(255, 255, 255, 0.2) 0px 0px 10px 0px inset, rgba(255, 255, 255, 0.15) 0px 0px 0px 1.5px inset, rgb(29, 78, 216) 0px 0px 0px 2px"
    },
    "buttonSecondary": {
      "background": "#202020",
      "textColor": "#1F1F1F",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://www.octolane.com/assets/images/favicon/mstile-150x150.png",
    "ogImage": "https://www.octolane.com/assets/images/octolane-hero.png"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "None of the candidates appear to be the main brand logo for Octolane AI. They are security certification logos, not the brand logo.",
    "confidence": 0.2,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Start a 7-day free trial",
      "reasoning": "Button #0, 'Start a 7-day free trial', is the primary CTA due to its action-oriented text and vibrant brand color (#2563EB), which is consistent with primary CTA characteristics."
    },
    "secondary": {
      "index": 3,
      "text": "Never update your CRM",
      "reasoning": "Button #3, 'Never update your CRM', is selected as secondary due to its different background color (#202020) and less prominent action compared to the primary CTA."
    },
    "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": -1,
        "selectedLogoReasoning": "None of the candidates appear to be the main brand logo for Octolane AI. They are security certification logos, not the brand logo.",
        "confidence": 0.2
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}

Related Brand Profiles