Voicery Brand: Colors, Fonts, Logo & Visual Identity
Voicery Brand Identity
A complete profile of Voicery's visual system — colors, typography, components, and personality — extracted from http://www.voicery.com. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from http://www.voicery.com.
- Primary: #00BAF2
- RGB (Primary): rgb(0, 186, 242)
- Secondary: #CEF2FC
- RGB (Secondary): rgb(206, 242, 252)
- Accent: #00BAF2
- RGB (Accent): rgb(0, 186, 242)
- Background: #FFFFFF
- RGB (Background): rgb(255, 255, 255)
- Text Primary: #222026
- RGB (Text Primary): rgb(34, 32, 38)
- Link: #E6F8FD
- RGB (Link): rgb(230, 248, 253)
Typography
Each font links to its Google Fonts page where available.
Primary Font: Maax
Heading Font: Maax Medium
Maax Google Fonts →
Maax Medium Google Fonts →
Visual Assets
Logo
Favicon
UI Components
Live previews rendered using Voicery's actual button styles.
Input
- Background: #CFCED1
- Text Color: #FFFFFF
- Border Color: null
- Border Radius: 10px
- Shadow: none
Button Primary
- Background: #00BAF2
- Text Color: #FFFFFF
- Border Radius: 10px
- Shadow: none
Button Secondary
- Background: #FFFFFF
- Text Color: #00BAF2
- Border Color: #00BAF2
- Border Radius: 10px
- Shadow: none
Brand Personality
- Tone: modern
- Energy: medium
- Audience: developers and businesses looking for text-to-speech solutions
Voicery Brand in the Wild
Source: youtube.com
Source: aitoptools.com
Source: medium.com
Source: reports.valuates.com
Frequently Asked Questions
What is Voicery's primary brand color?
- Voicery's primary brand color is #00BAF2.
What font does Voicery use?
- Voicery uses Maax for body text and Maax Medium for headings.
Does Voicery use a light or dark theme?
- Voicery's primary site uses a light color scheme.
Where can I find Voicery's logo?
- Available on their site (http://www.voicery.com).
How was this brand profile generated?
- Extracted from http://www.voicery.com using the Firecrawl branding extraction API.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling:
{
"colorScheme": "light",
"fonts": [
{
"family": "Maax",
"role": "body"
},
{
"family": "Maax Medium",
"role": "heading"
},
{
"family": "Maax Bold",
"role": "heading"
}
],
"colors": {
"primary": "#00BAF2",
"secondary": "#CEF2FC",
"accent": "#00BAF2",
"background": "#FFFFFF",
"textPrimary": "#222026",
"link": "#E6F8FD"
},
"typography": {
"fontFamilies": {
"primary": "Maax",
"heading": "Maax Medium"
},
"fontStacks": {
"heading": [
"Maax",
"sans-serif"
],
"body": [
"Maax",
"sans-serif"
],
"paragraph": [
"Maax",
"sans-serif"
]
},
"fontSizes": {
"h1": "40px",
"h2": "30px",
"body": "15px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "10px"
},
"components": {
"input": {
"background": "#CFCED1",
"textColor": "#FFFFFF",
"borderColor": null,
"borderRadius": "10px",
"shadow": "none"
},
"buttonPrimary": {
"background": "#00BAF2",
"textColor": "#FFFFFF",
"borderRadius": "10px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#00BAF2",
"borderColor": "#00BAF2",
"borderRadius": "10px",
"shadow": "none"
}
},
"images": {
"logo": "https://www.voicery.com/assets/images/logo.bd545ee26d0ece7ebcc061b955e8818a.svg",
"favicon": "https://www.voicery.com/assets/favicon.ico",
"logoAlt": "logo"
}
}