Text #0E1620 Graphite Secondary #1C2A3A Gunmetal Gray Primary #3E5C7E Lapis Lazuli Accent #7FA0C0 Iceberg Surface #DCE6F0 Lavender

Nordic Night

Moody Dark product UI 5 colors

A deep navy dark theme with one steel blue doing the pushing. Surfaces stay cold and low-chroma so a single accent reads as a click, not decoration.

Text Graphite — #0E1620
Secondary Gunmetal Gray — #1C2A3A
Primary Lapis Lazuli — #3E5C7E
Accent Iceberg — #7FA0C0
Surface Lavender — #DCE6F0

Contrast matrix

Text on Surface 14.40 AAA
Primary on Surface 5.47 AA
Text on Secondary 1.25 Fail
Surface on Primary 5.47 AA
Accent on Text 6.66 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: #0E1620;
  --secondary: #1C2A3A;
  --primary: #3E5C7E;
  --accent: #7FA0C0;
  --surface: #DCE6F0;
}
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.