# Octolane AI Brand Identity

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

## Color Palette

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

| Color      | Value   | RGB                |
|------------|---------|--------------------|
| 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.

| Role  | Font               | Google Fonts Link                    |
|-------|--------------------|--------------------------------------|
| body  | Helvetica Neue      | [Google Fonts →](https://fonts.google.com/specimen/Helvetica+Neue) |
| heading| Helvetica Neue     | [Google Fonts →](https://fonts.google.com/specimen/Helvetica+Neue) |

## Visual Assets

Favicon

Social Card

## UI Components

### Button Primary

| Attribute      | Value                |
|----------------|----------------------|
| background     | #2563EB              |
| textColor      | #FFFFFF              |
| borderRadius   | 12px                 |
| shadow         | rgba(0, 0, 0, 0) ...|

### Button Secondary

| Attribute      | Value                |
|----------------|----------------------|
| background     | #202020              |
| textColor      | #1F1F1F              |
| borderRadius   | 8px                  |
| shadow         | none                 |

## Brand Personality

**Tone:** modern  **Energy:** medium  **Audience:** business professionals

## 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.

## 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) ..."
    },
    "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"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "business professionals"
  }
}
```
