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#F7ECFE
200#E8D4F5
300#D6BAEA
400#C29EDC
500#B790D4
600#8868A0
700#604774
800#3D294C
900#1D0E29
950#0E0017

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #f7ecfe;
  --brand-200: #e8d4f5;
  --brand-300: #d6baea;
  --brand-400: #c29edc;
  --brand-500: #b790d4;
  --brand-600: #8868a0;
  --brand-700: #604774;
  --brand-800: #3d294c;
  --brand-900: #1d0e29;
  --brand-950: #0e0017;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#f7ecfe',
  200: '#e8d4f5',
  300: '#d6baea',
  400: '#c29edc',
  500: '#b790d4',
  600: '#8868a0',
  700: '#604774',
  800: '#3d294c',
  900: '#1d0e29',
  950: '#0e0017',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva