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: #ffeafa;
--brand-200: #ffd0f0;
--brand-300: #ffb3e3;
--brand-400: #ff94d4;
--brand-500: #fe83cc;
--brand-600: #c05b98;
--brand-700: #8c3a6c;
--brand-800: #5c1b44;
--brand-900: #320121;
--brand-950: #210010;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffeafa',
200: '#ffd0f0',
300: '#ffb3e3',
400: '#ff94d4',
500: '#fe83cc',
600: '#c05b98',
700: '#8c3a6c',
800: '#5c1b44',
900: '#320121',
950: '#210010',
},