Complete visual reference for the HealthTap brand system. Colors, typography, logos, assets, layout patterns, and CSS rules for building landing pages.
The HealthTap palette balances professional navy authority with warm, approachable tan accents. Blue (#4576C2) is the primary brand blue — used for buttons, headlines, links, stats rows, hero sections, and CTA surfaces.
Green Accent Usage
Green (#6EA642) may be used sparingly as an accent color for decorative lines, thin borders, small highlights, success states, or subtle dividers. It should never dominate a section — use it to add a touch of energy alongside the primary navy/tan palette.
Hero: from-cream via-white to-blue-tint
Hero (blue): from-blue to-navy
CTA dark: from-navy to-navy-light
CTA blue: from-blue to-navy
Gilroy for headings and UI labels. Noto Sans for body text and captions.
Light 300 — The quick brown fox jumps over the lazy dog
Regular 400 — The quick brown fox jumps over the lazy dog
Medium 500 — The quick brown fox jumps over the lazy dog
SemiBold 600 — The quick brown fox jumps over the lazy dog
Bold 700 — The quick brown fox jumps over the lazy dog
Light 300 — HealthTap is a nationwide virtual primary care clinic on a mission to place a long-term doctor at every American's fingertips.
Regular 400 — HealthTap is a nationwide virtual primary care clinic on a mission to place a long-term doctor at every American's fingertips.
Medium 500 — HealthTap is a nationwide virtual primary care clinic on a mission to place a long-term doctor at every American's fingertips.
SemiBold 600 — HealthTap is a nationwide virtual primary care clinic on a mission to place a long-term doctor at every American's fingertips.
Bold 700 — HealthTap is a nationwide virtual primary care clinic on a mission to place a long-term doctor at every American's fingertips.
H1 Hero — 3.25rem Bold
H2 Section — 2.25rem Bold
H3 Card — 1.125rem Bold
BADGE LABEL — 0.7rem SemiBold Uppercase
Body — 1rem Regular. A dedicated, lifelong primary care doctor at every member's fingertips.
Caption — 0.875rem. Muted supporting text for secondary information.
Four logo variants: full wordmark and logomark, each in blue (light bg) and white (dark bg).
Full Wordmark — Light Background

logo_blue.png
Full Wordmark — Dark Background

logo_white.png
Logomark — Light Background

logomark_blue.png
Logomark — Dark Background

logomark_white.png
Blue H+ logomark with white outline on transparent square frame. Works on both light and dark browser tabs without distortion.
Light tab
Dark tab
32px
32px dark
Four button variants for different contexts and backgrounds.
ALWAYS use CSS filters for image effects. NEVER use image generation tools to modify images.
Original

filter: brightness(0) invert(1)


Accreditation badges and industry awards. Display in footer or trust bar sections.








On dark background (CSS white filter applied):
15 partner logos. Displayed with grayscale filter and hover color reveal.















15 press logos for "As Seen In" sections. Same grayscale hover treatment as partners.















12 leadership headshots. Display in circular frames with border.












Featured leaders with full bios for partner-facing pages. Circular headshot, name in Gilroy Bold, title in Blue, bio in Noto Sans.
Founder & Chief Executive Officer
Stanford GSB MBA. Yale BS (with Distinction) in Biomedical Engineering & Pre-Medicine. Co-founded HealthTap 15 years ago; served as CPO, COO, and CEO. Serial technology entrepreneur. Co-founded Yale's first official incubator. Named inventor on numerous patents across health informatics, medical devices, genetic testing, and advanced materials.
Co-Founder & Chief Medical Officer
MD and PhD from Stanford University. Double board-certified in Internal Medicine and Emergency Medicine. 25+ years of clinical practice. Former Stanford faculty. FACMI (elected 2014). Instrumental in building WebMD. Built the HealthTap Doctor Network of 100,000+ physicians. Lead author of the CHM cost study. Stanford Research Colloquium on LLMs in Primary Care (2024).
General Counsel, Chief Privacy Officer & CCO
J.D. from Yale Law School. MA and BA from Stanford University. Philosophy at the University of Oxford. Co-founding team member since 2010. 15 years of healthcare privacy and compliance experience. Responsible for HealthTap's HIPAA compliance architecture, privacy policies, and MSO-PC corporate structure.
Legal counsel for partner-facing pages. Displayed in a white card with border.
Chair of Foley's national Telemedicine & Digital Health Industry Team. Elected Chair of the American Telemedicine Association Board of Directors (May 2025). Chambers-ranked Band 1 healthcare attorney. One of the most influential voices in telehealth regulation — and HealthTap's counsel.
Silicon Valley's premier corporate law firm — representing Google, Apple, Tesla, and virtually every major technology company to emerge from the Valley. HealthTap's corporate counsel since founding.
10 brand-approved stock images including hero shots, telehealth scenes, and circular portraits.
Standard section patterns used across HealthTap landing pages.
Turn "invisible" members into attributed, engaged patients with longitudinal PCP relationships.
~1 in 3 Americans has no PCP
HealthTap has been a star partner to collaborate with by every measure. They have worked diligently to seamlessly incorporate our technology into their workflows.
Start with a focused pilot or deploy at scale.
Minimal footer for general/public HealthTap pages. Center-aligned single column — logo, copyright, link stacked.
Extended footer for partner-specific landing pages. Includes trademark notice, confidentiality disclosure, and partner attribution. Example shown with generic placeholder — replace with actual partner details.

Trademark Notice: HealthTap™, Dr. A.I.™, FastRx™, Eval360™, and From Query to Cure™ are trademarks of HealthTap, Inc. All rights reserved.
Confidentiality Notice: This document is prepared exclusively for ACME Health Corporation and contains proprietary and confidential information belonging to HealthTap, Inc. It may not be reproduced, distributed, or disclosed to any third party without the prior written consent of HealthTap, Inc.
© 2026 HealthTap, Inc. All rights reserved. ACME® and all ACME product names are trademarks of ACME Health Corporation.
Client-side access control for confidential landing pages. Uses SHA-256 hashing (plaintext never shipped to browser). Authentication persists for 7 days via localStorage. Only add when explicitly requested with a specific password.
Shows HealthTap + partner logos side by side. Used for partner-specific confidential pages.
ACME Health
Confidential
Partnership Response — Please enter the access code to continue.
HealthTap × ACME Health Corporation — Strictly Confidential
This document contains proprietary and confidential information. Unauthorized distribution is prohibited.
ACME® is a registered trademark of ACME Health Corporation. HealthTap™, Dr. A.I.™, FastRx™, Eval360™, and From Query to Cure™ are trademarks of HealthTap, Inc. © 2026 HealthTap, Inc.
Single HealthTap logo centered. Used for internal or non-partner confidential pages.
Confidential
Please enter the access code to continue.
HealthTap — Strictly Confidential
This document contains proprietary and confidential information. Unauthorized distribution is prohibited.
HealthTap™, Dr. A.I.™, FastRx™, Eval360™, and From Query to Cure™ are trademarks of HealthTap, Inc. © 2026 HealthTap, Inc. All rights reserved.
Create INTERNAL-ACCESS.md at the project root (alongside package.json). This file stores the plaintext password for internal reference and is NEVER compiled into the website.
The plaintext password is never shipped to the browser. Only the SHA-256 hash is embedded in the code. Generate with: echo -n "YourPassword" | shasum -a 256
Authentication persists for 7 days via localStorage with an expiry timestamp. Users don't need to re-enter the password on every visit. After 7 days, the gate re-appears.
Wrong password triggers a horizontal shake animation on the input (x: [-10, 10, -8, 8, -4, 4, 0] over 400ms), red border, and "Incorrect access code" error message with fade-in.
Copy-paste ready CSS for any HealthTap landing page project.