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: #f2e0e6;
--brand-200: #d9b9c3;
--brand-300: #bb8f9d;
--brand-400: #996276;
--brand-500: #874c62;
--brand-600: #68374a;
--brand-700: #4d2635;
--brand-800: #351622;
--brand-900: #210411;
--brand-950: #170002;
}Tailwind
brand: {
50: '#ffffff',
100: '#f2e0e6',
200: '#d9b9c3',
300: '#bb8f9d',
400: '#996276',
500: '#874c62',
600: '#68374a',
700: '#4d2635',
800: '#351622',
900: '#210411',
950: '#170002',
},