Text #14161A Graphite Secondary #2A2F38 Gunmetal Gray Primary #5B6B7C Dim Gray Accent #A9B6C4 Ash Gray Surface #EEF2F6 Cool White

Muted Dashboard

Minimal Data-heavy admin 5 colors

Five steps of one cool grey. Charts borrow saturation only where a series needs to be told apart.

Text Graphite — #14161A
Secondary Gunmetal Gray — #2A2F38
Primary Dim Gray — #5B6B7C
Accent Ash Gray — #A9B6C4
Surface Cool White — #EEF2F6

Contrast matrix

Text on Surface 16.10 AAA
Primary on Surface 4.86 AA
Text on Secondary 1.35 Fail
Surface on Primary 4.86 AA
Accent on Text 8.78 AAA

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: #14161A;
  --secondary: #2A2F38;
  --primary: #5B6B7C;
  --accent: #A9B6C4;
  --surface: #EEF2F6;
}
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.