Shade Generator

A perceptual 50–950 scale from any color. Interpolated in CIE-LAB so each step looks evenly spaced to the eye; step 500 is always your base color.

50#FFFFFF
100#D5E6E5
200#A3C3C1
300#6D9B99
400#32716F
500#045C5A
600#004644
700#003332
800#002221
900#001412
950#000705

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #d5e6e5;
  --brand-200: #a3c3c1;
  --brand-300: #6d9b99;
  --brand-400: #32716f;
  --brand-500: #045c5a;
  --brand-600: #004644;
  --brand-700: #003332;
  --brand-800: #002221;
  --brand-900: #001412;
  --brand-950: #000705;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#d5e6e5',
  200: '#a3c3c1',
  300: '#6d9b99',
  400: '#32716f',
  500: '#045c5a',
  600: '#004644',
  700: '#003332',
  800: '#002221',
  900: '#001412',
  950: '#000705',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva