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: #ffdbe5;
--brand-200: #ffaec2;
--brand-300: #f17b9c;
--brand-400: #d93e75;
--brand-500: #cb0162;
--brand-600: #9e0049;
--brand-700: #780033;
--brand-800: #550020;
--brand-900: #37000c;
--brand-950: #2a0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdbe5',
200: '#ffaec2',
300: '#f17b9c',
400: '#d93e75',
500: '#cb0162',
600: '#9e0049',
700: '#780033',
800: '#550020',
900: '#37000c',
950: '#2a0000',
},