deepgram.json
Deepgram Brand Identity
A complete profile of Deepgram's visual system — colors, typography, components, and personality — extracted from https://deepgram.com/. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #9CA3AF |
| Accent | #13EF93 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #9CA3AF
- secondary: #33AAFF
- accent: #13EF93
- background: #0B0B0C
- textPrimary: #0B0B0C
- link: #13EF93
Typography
Visual Assets
- Logo:
- Favicon: Favicon
- Social card (og:image):
UI Components
- input: background=#101014, textColor=#FFFFFF, borderColor=#4E4E52, borderRadius=4px, shadow=rgba(38, 44, 52, 0.05) 0px 1px 2px 0px
- buttonPrimary: background=#FFFFFF, textColor=#0B0B0C, borderRadius=4px, shadow=none
- buttonSecondary: background=transparent, textColor=#FFFFFF, borderRadius=4px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(56, 237, 172, 0.2) 6px 0px 15px 0px, rgba(20, 154, 251, 0.2) -6px 0px 15px 0px
Brand Personality
Tone: modern · Energy: medium · Audience: enterprise developers and businesses
Deepgram Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Andrew Seagraves | Deepgram
- Image:
- Source: Andrew Seagraves
- We Hired an AI Art Generator for Our Blog and I'm Not Mad at It - Deepgram Blog ⚡️
- Image:
- Source: AI Designer Blog
- Nova-3 Multilingual: Major WER Improvements Across Languages
- Image:
- Source: WER Improvements
- We Hired an AI Art Generator for Our Blog and I'm Not Mad at It - Deepgram Blog ⚡️
- Image:
- Source: AI Designer Blog
- Careers
- Image:
- Source: Careers
- SmallTalk2Me: AI-Powered English Speaking Partner
- Image:
- Source: SmallTalk2Me
Working with these fonts
Not found on Google Fonts? CharacterQuilt.com suggests this flow that can help:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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.
Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.
Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.