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: #e7adff;
--brand-300: #cb7aff;
--brand-400: #a53dff;
--brand-500: #8f00ff;
--brand-600: #6c00ca;
--brand-700: #4f009d;
--brand-800: #340073;
--brand-900: #1c004e;
--brand-950: #180036;
}Tailwind
brand: {
50: '#ffffff',
100: '#fadaff',
200: '#e7adff',
300: '#cb7aff',
400: '#a53dff',
500: '#8f00ff',
600: '#6c00ca',
700: '#4f009d',
800: '#340073',
900: '#1c004e',
950: '#180036',
},