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: #ffdeff;
--brand-200: #ffb5ff;
--brand-300: #f487f4;
--brand-400: #e24fe6;
--brand-500: #d725de;
--brand-600: #a504ac;
--brand-700: #7b0081;
--brand-800: #55005a;
--brand-900: #320037;
--brand-950: #240024;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdeff',
200: '#ffb5ff',
300: '#f487f4',
400: '#e24fe6',
500: '#d725de',
600: '#a504ac',
700: '#7b0081',
800: '#55005a',
900: '#320037',
950: '#240024',
},