UI color system generator

Generate an accessible UI color system

Pick a sector and tone — or drop in your own brand color — and HexPalette derives the full role set (primary, secondary, accent, surfaces, text, and success/warning/error states) in OKLCH, with every intended text pairing checked for WCAG AA contrast. Not five swatches: a system you can ship.

Sector SaaS product Healthcare Finance Crypto & Web3 E-commerce Dashboard
Tone Professional Calm Bold Playful Luxury
Theme Light Dark Primary & Accent stay fixed; surfaces, text and states flip. The export ships both.
Brand color
Brand
#008D7E
Primary
Black text 5.1:1 AA
#06584F
Secondary
White text 8.3:1 AAA
#0097AC
Accent
Black text 6.0:1 AA
Button states
#2EA393
Primary hover
6.8:1 AA label
#43B2A2
Primary active
pressed state
#223E39
Primary disabled
muted, non-interactive
#256C62
Secondary hover
6.2:1 AA label
Links & focus
#5CD0E6
Link
on background 10.6:1 AAA
#75E7FD
Link hover
on background 13.3:1 AAA
#49D2EA
Focus ring
ring 10.6:1 AAA
#002E28
Selected bg
Text 12.9:1 AAA
Surfaces
#051210
Background
base surface
#0C1D1A
Surface
Text 15.1:1 AAA
#263D39
Border
subtle, non-text
Inputs
#0C1A18
Input bg
Text 15.5:1 AAA
#38504B
Input border
field edge
#49D2EA
Input focus
matches focus ring
Text
#E1F3EF
Text
on background 16.6:1 AAA
#8CB5AD
Muted text
on background 8.5:1 AAA
Success
#6ED889
Success
on background 10.8:1 AAA
#000000
On Success
11.8:1 AAA on Success
#063215
Success container
Text 11.0:1 AAA
#A2F5B4
On Success container
on container 11.0:1 AAA
Warning
#FEB354
Warning
on background 10.7:1 AAA
#000000
On Warning
11.8:1 AAA on Warning
#3E2100
Warning container
Text 10.3:1 AAA
#FFD083
On Warning container
on container 10.3:1 AAA
Error
#FF7064
Error
on background 7.0:1 AAA
#000000
On Error
7.8:1 AAA on Error
#451915
Error container
Text 9.5:1 AAA
#FFBFB3
On Error container
on container 9.5:1 AAA

In a real patient dashboard

Meridian Health Patients Schedule Records
Resting heart rate
72 bpm
Within normal range
Blood pressure 118 / 76
Follow-up visit in 3 days
Book visit Message Chart
Appointment confirmed.
Stable Follow-up Critical

Every intended pairing here — text, buttons and states — meets WCAG AA by construction.

Export light + dark

:root {
  --primary: #008D7E;
  --on-primary: #000000;
  --primary-hover: #007B6D;
  --primary-active: #006C5E;
  --primary-disabled: #AFCFC9;
  --secondary: #06584F;
  --secondary-hover: #00473F;
  --accent: #0097AC;
  --link: #007E93;
  --link-hover: #00697E;
  --focus-ring: #009EB6;
  --selected-bg: #C7F7EE;
  --background: #EFFEFB;
  --surface: #F8FFFF;
  --border: #CEE4DF;
  --input-bg: #F7FFFE;
  --input-border: #B8CDC8;
  --input-focus: #009EB6;
  --text: #122925;
  --muted: #517870;
  --success: #008130;
  --warning: #AA6000;
  --error: #D33B36;
  --on-success: #FFFFFF;
  --success-container: #C0F9C6;
  --on-success-container: #287539;
  --on-warning: #FFFFFF;
  --warning-container: #FFDBAA;
  --on-warning-container: #935000;
  --on-error: #FFFFFF;
  --error-container: #FFD1C8;
  --on-error-container: #9C443C;
}

[data-theme="dark"] {
  --primary: #008D7E;
  --on-primary: #000000;
  --primary-hover: #2EA393;
  --primary-active: #43B2A2;
  --primary-disabled: #223E39;
  --secondary: #06584F;
  --secondary-hover: #256C62;
  --accent: #0097AC;
  --link: #5CD0E6;
  --link-hover: #75E7FD;
  --focus-ring: #49D2EA;
  --selected-bg: #002E28;
  --background: #051210;
  --surface: #0C1D1A;
  --border: #263D39;
  --input-bg: #0C1A18;
  --input-border: #38504B;
  --input-focus: #49D2EA;
  --text: #E1F3EF;
  --muted: #8CB5AD;
  --success: #6ED889;
  --warning: #FEB354;
  --error: #FF7064;
  --on-success: #000000;
  --success-container: #063215;
  --on-success-container: #A2F5B4;
  --on-warning: #000000;
  --warning-container: #3E2100;
  --on-warning-container: #FFD083;
  --on-error: #000000;
  --error-container: #451915;
  --on-error-container: #FFBFB3;
}
Download for Procreate
Want to explore colors freely first — harmonies, styles, a base you tweak by hand? Open the palette generator →