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#FFE2FD
200#FFBEF2
300#F796E4
400#E869D2
500#DF4EC8
600#AB3298
700#7E1970
800#56004C
900#32002B
950#23001A

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe2fd;
  --brand-200: #ffbef2;
  --brand-300: #f796e4;
  --brand-400: #e869d2;
  --brand-500: #df4ec8;
  --brand-600: #ab3298;
  --brand-700: #7e1970;
  --brand-800: #56004c;
  --brand-900: #32002b;
  --brand-950: #23001a;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe2fd',
  200: '#ffbef2',
  300: '#f796e4',
  400: '#e869d2',
  500: '#df4ec8',
  600: '#ab3298',
  700: '#7e1970',
  800: '#56004c',
  900: '#32002b',
  950: '#23001a',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva