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: #fff7ff;
--brand-200: #fbecff;
--brand-300: #f7e1ff;
--brand-400: #f1d5ff;
--brand-500: #eecffe;
--brand-600: #ae95bc;
--brand-700: #796584;
--brand-800: #4a3a52;
--brand-900: #201526;
--brand-950: #0b0011;
}Tailwind
brand: {
50: '#ffffff',
100: '#fff7ff',
200: '#fbecff',
300: '#f7e1ff',
400: '#f1d5ff',
500: '#eecffe',
600: '#ae95bc',
700: '#796584',
800: '#4a3a52',
900: '#201526',
950: '#0b0011',
},