Text #0D2830 Graphite Secondary #155E63 Dark Slate Gray Accent #3BA9AE Light Sea Green Primary #F26D6D Neon Coral Surface #EDF7F7 White Smoke

Vitals Teal

Calm Clinical dashboards 5 colors

Teal reads as "monitoring", not "alarm". The single coral is reserved strictly for critical states, so red means red and nothing else does.

Text Graphite — #0D2830
Secondary Dark Slate Gray — #155E63
Accent Light Sea Green — #3BA9AE
Primary Neon Coral — #F26D6D
Surface White Smoke — #EDF7F7

Contrast matrix

Text on Surface 14.12 AAA
Primary on Surface 2.68 Fail
Text on Secondary 2.06 Fail
Surface on Primary 2.68 Fail
Accent on Text 5.48 AA

Ratios are WCAG 2 contrast between the roles as assigned above. AA needs 4.5:1 for body text, 3:1 for large text.

Export tokens

:root {
  --text: #0D2830;
  --secondary: #155E63;
  --accent: #3BA9AE;
  --primary: #F26D6D;
  --surface: #EDF7F7;
}
Download for Procreate

How the roles work

SurfaceThe lightest color — page and card backgrounds.
TextThe darkest color — body text and high-contrast UI.
PrimaryThe most chromatic middle — buttons, links, the one color that pushes.
AccentThe second most chromatic — badges, highlights, states.
SecondaryEverything else — fills, borders, supporting surfaces.