Vocode Brand: Colors, Fonts, Logo & Visual Identity
Vocode Brand Identity
A complete profile of Vocode's visual system — colors, typography, components, and personality — extracted from https://vocode.dev. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://vocode.dev.
primary
#59636Ergb(89, 99, 110)
secondary
#D1D9E0rgb(209, 217, 224)
accent
#D8B9FFrgb(216, 185, 255)
background
#FFFFFFrgb(255, 255, 255)
textPrimary
#1F2328rgb(31, 35, 40)
link
#D8B9FFrgb(216, 185, 255)
Typography
Each font links to its Google Fonts page where available.
primary
- Mona Sans VF Google Fonts →
heading
- Mona Sans VF Google Fonts →
- Mona Sans VF, -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, Helvetica, Arial, sans-serif, Apple Color Emoji
Visual Assets
Favicon
Social Card
UI Components
Live previews rendered using Vocode's actual button styles.
Input
inputbackground:#FFFFFFtextColor:#1F2328borderColor:#D1D9E0borderRadius:6pxshadow:rgba(31, 35, 40, 0.04) 0px 1px 0px 0px inset
Brand Personality
Tone: professional
Energy: medium
Audience: developers
Frequently Asked Questions
What is Vocode's primary brand color?
Vocode's primary brand color is #59636E. It anchors the visual identity across their website, product UI, and marketing materials.
What accent color does Vocode use?
Vocode uses #D8B9FF as an accent color, typically applied to interactive elements like links, buttons, and call-to-action emphasis.
What font does Vocode use?
Vocode uses Mona Sans VF as the primary typeface across body and headings.
Does Vocode use a light or dark theme?
Vocode'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://vocode.dev 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 Vocode.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
JSON Example
{
"colorScheme": "light",
"fonts": [
{ "family": "Mona Sans VF", "role": "body" },
{ "family": "Segoe UI", "role": "body" },
{ "family": "Noto Sans", "role": "body" },
{ "family": "Helvetica", "role": "body" },
{ "family": "Arial", "role": "body" }
],
"colors": {
"primary": "#59636E",
"secondary": "#D1D9E0",
"accent": "#D8B9FF",
"background": "#FFFFFF",
"textPrimary": "#1F2328",
"link": "#D8B9FF"
},
"typography": {
"fontFamilies": {
"primary": "Mona Sans VF",
"heading": "Mona Sans VF"
},
"fontStacks": {
"heading": [
"Mona Sans VF",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Noto Sans",
"Helvetica",
"Arial",
"sans-serif",
"Apple Color Emoji"
],
"body": [
"Mona Sans VF",
"-apple-system",
"BlinkMacSystemFont",
"Segoe UI",
"Noto Sans",
"Helvetica",
"Arial",
"sans-serif",
"Apple Color Emoji"
]
},
"fontSizes": {
"h1": "32px",
"h2": "24px",
"body": "14px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "6px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#1F2328",
"borderColor": "#D1D9E0",
"borderRadius": "6px",
"shadow": "rgba(31, 35, 40, 0.04) 0px 1px 0px 0px inset"
}
},
"images": {
"favicon": "https://github.com/fluidicon.png",
"ogImage": "https://avatars.githubusercontent.com/u/126283459?s=280&v=4"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "developers"
}
}