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.
- primary:
- Hex: #7CFF6B
- RGB: rgb(124, 255, 107)
- secondary:
- Hex: #7A8A96
- RGB: rgb(122, 138, 150)
- accent:
- Hex: #7CFF6B
- RGB: rgb(124, 255, 107)
- background:
- Hex: #080C0F
- RGB: rgb(8, 12, 15)
- textPrimary:
- Hex: #080C0F
- RGB: rgb(8, 12, 15)
- link:
- Hex: #607D8B
- RGB: rgb(96, 125, 139)
Typography
Each font links to its Google Fonts page where available.
- primary: DM Sans
Google Fonts → - heading: Instrument Serif
Google Fonts →
UI Components
Live previews rendered using Opslane's actual button styles.
Button Primary:
- Background: #7CFF6B
- Text Color: #080C0F
- Border Radius: 6px
- Shadow: none
Button Secondary:
- Background: #080C0F
- Text Color: #7A8A96
- Border Color: #1E2A35
- Border Radius: 6px
- Shadow: none
Brand Personality
- Tone: modern
- Energy: medium
- Audience: developers and tech companies
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"
}
}