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#DFD6F1
200#B0A2D4
300#7B6BAF
400#403486
500#191970
600#14135C
700#0F0E4A
800#0D073A
900#0D002B
950#090021

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #dfd6f1;
  --brand-200: #b0a2d4;
  --brand-300: #7b6baf;
  --brand-400: #403486;
  --brand-500: #191970;
  --brand-600: #14135c;
  --brand-700: #0f0e4a;
  --brand-800: #0d073a;
  --brand-900: #0d002b;
  --brand-950: #090021;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#dfd6f1',
  200: '#b0a2d4',
  300: '#7b6baf',
  400: '#403486',
  500: '#191970',
  600: '#14135c',
  700: '#0f0e4a',
  800: '#0d073a',
  900: '#0d002b',
  950: '#090021',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva