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: #ffe7ee;
--brand-200: #fec8d7;
--brand-300: #f3a7bd;
--brand-400: #e483a1;
--brand-500: #db7093;
--brand-600: #a64f6c;
--brand-700: #7a334c;
--brand-800: #521a2e;
--brand-900: #2e0314;
--brand-950: #200000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe7ee',
200: '#fec8d7',
300: '#f3a7bd',
400: '#e483a1',
500: '#db7093',
600: '#a64f6c',
700: '#7a334c',
800: '#521a2e',
900: '#2e0314',
950: '#200000',
},