# Health Catalyst Brand Identity A complete profile of **Health Catalyst**'s visual system — colors, typography, components, and personality — extracted from https://healthcatalystinc.gcs-web.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/health-catalyst - Machine-readable JSON: https://characterquilt.com/branding/health-catalyst.json - Per-page llms.txt: https://characterquilt.com/branding/health-catalyst/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #009EC2 | | Accent | #006E99 | | Body Font | Open Sans | | Heading Font | Open Sans | ## Color Palette - primary: #009EC2 - secondary: #005CB7 - accent: #006E99 - background: #F6F7F9 - textPrimary: #006E99 - link: #006E99 ## Typography - primary: Open Sans — https://fonts.google.com/specimen/Open+Sans - heading: Open Sans — https://fonts.google.com/specimen/Open+Sans ## Visual Assets - Favicon: https://healthcatalystinc.gcs-web.com/sites/g/files/knoqqb45526/files/cropped-HealthCatalyst-Icon-32x32.png ## Brand Personality Tone: professional · Energy: medium · Audience: investors ## Health Catalyst Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Health Catalyst Reports Second Quarter 2025 Results | Health Catalyst, Inc.** - Image: https://ml.globenewswire.com/Resource/Download/60707449-09fb-4e03-bd3c-e8ad7082ffdb - Source: https://healthcatalystinc.gcs-web.com/news-releases/news-release-details/health-catalyst-reports-second-quarter-2025-results/ - **Health Catalyst Reports Fourth Quarter and Year End 2023 Results | Health Catalyst, Inc.** - Image: https://ml.globenewswire.com/Resource/Download/bb6f28cb-d9c9-4ae1-b980-ea4e786c1e37 - Source: https://healthcatalystinc.gcs-web.com/news-releases/news-release-details/health-catalyst-reports-fourth-quarter-and-year-end-2023-results/ - **Healthcare Analytics Summit Announces Keynote Speakers for 2024 Event | Health Catalyst, Inc.** - Image: https://mma.prnewswire.com/media/2332484/HAS_24_logo_Light_Blue_Green_Flame__1.jpg - Source: https://healthcatalystinc.gcs-web.com/news-releases/news-release-details/healthcare-analytics-summit-announces-keynote-speakers-2024/ - **Health Catalyst Named a Best Place to Work in Healthcare for the 13th Time by Modern Healthcare** - Image: https://cdn.prod.website-files.com/686d4fca96e4813b96758e56/686d4fca96e4813b9675a566_AWARD---2025-Modern-Healthcare-Best-Places-to-Work-web.png - Source: https://www.healthcatalyst.com/news/health-catalyst-named-a-best-place-to-work-in-healthcare-for-the-13th-time-by-modern-healthcare - **Health Catalyst Reports Fourth Quarter and Year End 2024 Results | Health Catalyst, Inc.** - Image: https://ml.globenewswire.com/Resource/Download/b63f5738-8cba-4933-a820-d90c7d5a1a7c - Source: https://ir.healthcatalyst.com/news-releases/news-release-details/health-catalyst-reports-fourth-quarter-and-year-end-2024-results/ - **Making AI Work in Healthcare: From Hype to High Impact** - Image: https://cdn.prod.website-files.com/686d4fca96e4813b96758e56/688ba8ab90b81337a87c843f_683f349338f54aab1151d254_2025-06-26-Making-AI-Work-Hype-to-High-Impact-landing-page.png - Source: https://www.healthcatalyst.com/learn/webinars/making-ai-work-in-healthcare ## Working with these 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. 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. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "Open Sans", "role": "body" } ], "colors": { "primary": "#009EC2", "secondary": "#005CB7", "accent": "#006E99", "background": "#F6F7F9", "textPrimary": "#006E99", "link": "#006E99" }, "typography": { "fontFamilies": { "primary": "Open Sans", "heading": "Open Sans" }, "fontStacks": { "heading": [ "Open Sans", "Helvetica", "Verdana", "Arial", "sans-serif" ], "body": [ "Open Sans", "Helvetica", "Verdana", "Arial", "sans-serif" ], "paragraph": [ "Open Sans", "Helvetica", "Verdana", "Arial", "sans-serif" ] }, "fontSizes": { "h1": "47.7231px", "h2": "32.4366px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "3px" }, "components": {}, "images": { "favicon": "https://healthcatalystinc.gcs-web.com/sites/g/files/knoqqb45526/files/cropped-HealthCatalyst-Icon-32x32.png", "ogImage": null }, "__llm_logo_reasoning": { "selectedIndex": -1, "reasoning": "No valid brand logo - both candidates are invisible or too small to be considered the main brand logo.", "confidence": 0.3, "rejected": true, "source": "llm" }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "investors" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0.9, "overall": 0.45 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": -1, "selectedLogoReasoning": "No valid brand logo - both candidates are invisible or too small to be considered the main brand logo.", "confidence": 0.3 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false } } } ```