Dover Brand: Colors, Fonts, Logo & Visual Identity
Dover Brand Identity
A complete profile of Dover's visual system — colors, typography, components, and personality — extracted from https://dover.com. Built for designers, agents, and AI tools.
Color Palette
Brand palette extracted from https://dover.com.
- primary: #0000EE
- secondary: #2C2B49
- accent: #3BA384
- background: #FFFFFF
- textPrimary: #3BA384
- link: #3BA384
Typography
Each font links to its Google Fonts page where available.
- primary: Host Grotesk (Google Fonts →)
- heading: Host Grotesk (Google Fonts →)
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
1. Open the company's homepage in a browser with DevTools open.
2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
4. For each captured font URL: right-click → Save As to download the file locally.
5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.
Visual Assets
Favicon
Social Card
UI Components
Live previews rendered using Dover's actual button styles.
Button Primary
- background: #3BA384
- textColor: #0000EE
- borderRadius: 100px
- shadow: rgba(0, 0, 0, 0.18) 0px 0.241451px 0.820932px -2px, rgba(0, 0, 0, 0.05) 0px 2px 6.8px -4px
Button Secondary
- background: #FFFFFF
- textColor: #0000EE
- borderRadius: 8px
- shadow: rgba(0, 0, 0, 0.08) 0px 1px 2px 0px
Brand Personality
- Tone: professional
- Energy: medium
- Audience: startups and recruiters
Dover Brand in the Wild
Image: framerusercontent.com
Source: dover.com
Image: framerusercontent.com
Source: dover.com
Image: cdn.dover.io
Source: app.dover.com
Frequently Asked Questions
What is Dover's primary brand color?
Dover's primary brand color is #0000EE.What accent color does Dover use?
Dover uses #3BA384 as an accent color.What font does Dover use?
Dover uses Host Grotesk as the primary typeface across body and headings.Does Dover use a light or dark theme?
Dover's primary site uses a light color scheme.How was this brand profile generated?
This profile was generated by the Firecrawl branding extraction API.
Methodology
Brand data on this page was extracted from https://dover.com
This page is published by CharacterQuilt and is not affiliated with or endorsed by Dover.
Machine-Readable Profile
Direct endpoints for agents, designers, and tooling. No login or auth required.
{
"colorScheme": "light",
"fonts": [
{
"family": "Host Grotesk",
"role": "body"
}
],
"colors": {
"primary": "#0000EE",
"secondary": "#2C2B49",
"accent": "#3BA384",
"background": "#FFFFFF",
"textPrimary": "#3BA384",
"link": "#3BA384"
},
"typography": {
"fontFamilies": {
"primary": "Host Grotesk",
"heading": "Host Grotesk"
},
"fontStacks": {
"heading": [
"Host Grotesk",
"sans-serif"
],
"body": [
"sans-serif"
],
"paragraph": [
"Host Grotesk",
"sans-serif"
]
},
"fontSizes": {
"h1": "50px",
"h2": "20px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"buttonPrimary": {
"background": "#3BA384",
"textColor": "#0000EE",
"borderRadius": "100px",
"borderRadiusCorners": {
"topLeft": "100px",
"topRight": "100px",
"bottomRight": "100px",
"bottomLeft": "100px"
},
"shadow": "rgba(0, 0, 0, 0.18) 0px 0.241451px 0.820932px -2px, rgba(0, 0, 0, 0.05) 0px 2px 6.8px -4px"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#0000EE",
"borderRadius": "8px",
"borderRadiusCorners": {
"topLeft": "8px",
"topRight": "8px",
"bottomRight": "8px",
"bottomLeft": "8px"
},
"shadow": "rgba(0, 0, 0, 0.08) 0px 1px 2px 0px"
}
},
"images": {
"favicon": "https://framerusercontent.com/images/oUsC4asLLrXU3ejQEbVQII4o17s.png",
"ogImage": "https://framerusercontent.com/assets/8RqcXvmyiXy8XItfvKzERStYks.png"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "startups and recruiters"
}
}