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: #fdd9e5;
--brand-200: #eba9c0;
--brand-300: #d17598;
--brand-400: #b0396e;
--brand-500: #9d0759;
--brand-600: #7b0044;
--brand-700: #5f0032;
--brand-800: #450021;
--brand-900: #2e0012;
--brand-950: #240005;
}Tailwind
brand: {
50: '#ffffff',
100: '#fdd9e5',
200: '#eba9c0',
300: '#d17598',
400: '#b0396e',
500: '#9d0759',
600: '#7b0044',
700: '#5f0032',
800: '#450021',
900: '#2e0012',
950: '#240005',
},