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: #ffdcee;
--brand-200: #fdb0d4;
--brand-300: #ec7fb6;
--brand-400: #d54496;
--brand-500: #c71585;
--brand-600: #9b0065;
--brand-700: #75004a;
--brand-800: #530032;
--brand-900: #34001c;
--brand-950: #27000f;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdcee',
200: '#fdb0d4',
300: '#ec7fb6',
400: '#d54496',
500: '#c71585',
600: '#9b0065',
700: '#75004a',
800: '#530032',
900: '#34001c',
950: '#27000f',
},