Text #0E141B Graphite Secondary #1B2733 Graphite Primary #2CC4D6 Lagoon Blue Accent #5A7387 Teal Blue Surface #E7EDF3 Cool White

Console Slate

Technical Developer dashboards 5 colors

A slate-blue dark surface with one cyan primary. The accent is loud so status and alerts read at a glance against the calm chrome.

Text Graphite — #0E141B
Secondary Graphite — #1B2733
Primary Lagoon Blue — #2CC4D6
Accent Teal Blue — #5A7387
Surface Cool White — #E7EDF3

Contrast matrix

Text on Surface 15.69 AAA
Primary on Surface 1.79 Fail
Text on Secondary 1.22 Fail
Surface on Primary 1.79 Fail
Accent on Text 3.73 AA Large

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: #0E141B;
  --secondary: #1B2733;
  --primary: #2CC4D6;
  --accent: #5A7387;
  --surface: #E7EDF3;
}
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.