Text #06070A Jet Black Secondary #0F1420 Graphite Accent #14F195 Medium Spring Green Primary #7C5CFF Medium Slate Blue Surface #E6F1FF Cool White

Neon Terminal

Futuristic Developer tools 5 colors

Two accents at maximum chroma against near-black. Everything structural stays desaturated so the signal colors never compete.

Text Jet Black — #06070A
Secondary Graphite — #0F1420
Accent Medium Spring Green — #14F195
Primary Medium Slate Blue — #7C5CFF
Surface Cool White — #E6F1FF

Contrast matrix

Text on Surface 17.64 AAA
Primary on Surface 3.81 AA Large
Text on Secondary 1.09 Fail
Surface on Primary 3.81 AA Large
Accent on Text 13.47 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: #06070A;
  --secondary: #0F1420;
  --accent: #14F195;
  --primary: #7C5CFF;
  --surface: #E6F1FF;
}
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.