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#FFE2F3
200#FFBDE0
300#FF94CA
400#FF64B2
500#FE46A5
600#C3287B
700#910958
800#630038
900#3A001C
950#29000B

Click any step to copy its HEX.

CSS variables

:root {
  --brand-50: #ffffff;
  --brand-100: #ffe2f3;
  --brand-200: #ffbde0;
  --brand-300: #ff94ca;
  --brand-400: #ff64b2;
  --brand-500: #fe46a5;
  --brand-600: #c3287b;
  --brand-700: #910958;
  --brand-800: #630038;
  --brand-900: #3a001c;
  --brand-950: #29000b;
}

Tailwind

brand: {
  50: '#ffffff',
  100: '#ffe2f3',
  200: '#ffbde0',
  300: '#ff94ca',
  400: '#ff64b2',
  500: '#fe46a5',
  600: '#c3287b',
  700: '#910958',
  800: '#630038',
  900: '#3a001c',
  950: '#29000b',
},
Shade Generator — Perceptual 50–950 Color Scale — Tintiva