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: #fce8ff;
--brand-200: #f0cbff;
--brand-300: #dfabff;
--brand-400: #ca89fb;
--brand-500: #bf77f6;
--brand-600: #8f54bc;
--brand-700: #66378c;
--brand-800: #421d60;
--brand-900: #210538;
--brand-950: #160023;
}Tailwind
brand: {
50: '#ffffff',
100: '#fce8ff',
200: '#f0cbff',
300: '#dfabff',
400: '#ca89fb',
500: '#bf77f6',
600: '#8f54bc',
700: '#66378c',
800: '#421d60',
900: '#210538',
950: '#160023',
},