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: #ffe5ff;
--brand-200: #ffc5ff;
--brand-300: #ffa0ff;
--brand-400: #ff77fb;
--brand-500: #fa5ff7;
--brand-600: #be3dbc;
--brand-700: #8b1f8b;
--brand-800: #5d005e;
--brand-900: #340035;
--brand-950: #230020;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe5ff',
200: '#ffc5ff',
300: '#ffa0ff',
400: '#ff77fb',
500: '#fa5ff7',
600: '#be3dbc',
700: '#8b1f8b',
800: '#5d005e',
900: '#340035',
950: '#230020',
},