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: #fef1ff;
--brand-200: #f8e0ff;
--brand-300: #f0ceff;
--brand-400: #e6baff;
--brand-500: #e0b0ff;
--brand-600: #a57fbf;
--brand-700: #745589;
--brand-800: #483059;
--brand-900: #21102e;
--brand-950: #100019;
}Tailwind
brand: {
50: '#ffffff',
100: '#fef1ff',
200: '#f8e0ff',
300: '#f0ceff',
400: '#e6baff',
500: '#e0b0ff',
600: '#a57fbf',
700: '#745589',
800: '#483059',
900: '#21102e',
950: '#100019',
},