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: #fadaff;
--brand-200: #e6abff;
--brand-300: #ca78f1;
--brand-400: #a83bde;
--brand-500: #9400d3;
--brand-600: #7200a7;
--brand-700: #550081;
--brand-800: #3b005e;
--brand-900: #24003f;
--brand-950: #1d002c;
}Tailwind
brand: {
50: '#ffffff',
100: '#fadaff',
200: '#e6abff',
300: '#ca78f1',
400: '#a83bde',
500: '#9400d3',
600: '#7200a7',
700: '#550081',
800: '#3b005e',
900: '#24003f',
950: '#1d002c',
},