Opslane Brand: Colors, Fonts, Logo & Visual Identity

Opslane Brand Identity

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

Color Palette

Brand palette extracted from https://opslane.com.

Typography

Each font links to its Google Fonts page where available.

UI Components

Live previews rendered using Opslane's actual button styles.

Brand Personality

Frequently Asked Questions

What is Opslane's primary brand color?
Opslane's primary brand color is #7CFF6B. It anchors the visual identity across their website, product UI, and marketing materials.

What font does Opslane use?
Opslane uses DM Sans for body text and Instrument Serif for headings. Fonts were detected on https://opslane.com as part of their live design system.

Does Opslane use a light or dark theme?
Opslane's primary site uses a dark color scheme, with a background of #080C0F.

How was this brand profile generated?
This profile was extracted from https://opslane.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 Opslane.

Machine-Readable Profile

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

JSON Structure

{
  "colorScheme": "dark",
  "fonts": [
    {
      "family": "DM Sans",
      "role": "body"
    },
    {
      "family": "Instrument Serif",
      "role": "heading"
    },
    {
      "family": "JetBrains Mono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#7CFF6B",
    "secondary": "#7A8A96",
    "accent": "#7CFF6B",
    "background": "#080C0F",
    "textPrimary": "#080C0F",
    "link": "#607D8B"
  },
  "typography": {
    "fontFamilies": {
      "primary": "DM Sans",
      "heading": "Instrument Serif"
    },
    "fontStacks": {
      "heading": ["Instrument Serif"],
      "body": ["DM Sans", "system-ui", "sans-serif"],
      "paragraph": ["DM Sans"]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "12px",
      "body": "17.28px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#7CFF6B",
      "textColor": "#080C0F",
      "borderRadius": "6px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#080C0F",
      "textColor": "#7A8A96",
      "borderColor": "#1E2A35",
      "borderRadius": "6px",
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://www.opslane.com/favicon.ico?favicon.0b3bf435.ico"
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "developers and tech companies"
  }
}