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: #ffe9f1;
--brand-200: #ffcede;
--brand-300: #ffb0c9;
--brand-400: #ff90b3;
--brand-500: #ff7fa7;
--brand-600: #c1587a;
--brand-700: #8d3855;
--brand-800: #5e1b33;
--brand-900: #330115;
--brand-950: #230000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe9f1',
200: '#ffcede',
300: '#ffb0c9',
400: '#ff90b3',
500: '#ff7fa7',
600: '#c1587a',
700: '#8d3855',
800: '#5e1b33',
900: '#330115',
950: '#230000',
},