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: #fff7ff;
--brand-200: #ffedff;
--brand-300: #ffe2ff;
--brand-400: #ffd6fd;
--brand-500: #fed0fc;
--brand-600: #bb96b9;
--brand-700: #836582;
--brand-800: #513a50;
--brand-900: #241424;
--brand-950: #10000f;
}Tailwind
brand: {
50: '#ffffff',
100: '#fff7ff',
200: '#ffedff',
300: '#ffe2ff',
400: '#ffd6fd',
500: '#fed0fc',
600: '#bb96b9',
700: '#836582',
800: '#513a50',
900: '#241424',
950: '#10000f',
},