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.
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',
},