combinehealth.json
CombineHealth Brand Identity
A complete profile of CombineHealth's visual system — colors, typography, components, and personality — extracted from https://www.combinehealth.ai/. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #16169C |
| Accent | #16169C |
| Body Font | Urbanist |
| Heading Font | Urbanist |
Color Palette
- primary: #16169C
- secondary: #051258
- accent: #16169C
- background: #FFFFFF
- textPrimary: #0A1F8B
- link: #0A1F8B
Typography
- primary: Urbanist — https://fonts.google.com/specimen/Urbanist
- heading: Urbanist — https://fonts.google.com/specimen/Urbanist
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- input: background=#FFFFFF, textColor=#FFFFFF, borderColor=#FFFFFF, borderRadius=10px, shadow=none
- buttonPrimary: background=#16169C, textColor=#FFFFFF, borderRadius=24px, shadow=none
- buttonSecondary: background=#051258, textColor=#FFFFFF, borderRadius=8px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px
Brand Personality
Tone: professional · Energy: medium · Audience: healthcare professionals
CombineHealth Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
Radiology CPT Codes: The Complete 2026 Guide
Blogs | CombineHealth
Top AI Solutions for Healthcare Revenue Cycle Management (2026)
Top 22 Healthcare Revenue Cycle Management Solutions To Reduce Denials in 2026
AI Governance in Healthcare: How To Ensure a Safe, Ethical, and Effective AI Implementation for Your Organization
CombineHealth Blogs
Working with these fonts
Not found on Google Fonts? Instructions that you can follow if you have permission to use the 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.