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: #f7dcf3;
--brand-200: #e3b0dc;
--brand-300: #c780bf;
--brand-400: #a74ca0;
--brand-500: #952e8f;
--brand-600: #741e6f;
--brand-700: #571054;
--brand-800: #3e033b;
--brand-900: #270025;
--brand-950: #1d0019;
}Tailwind
brand: {
50: '#ffffff',
100: '#f7dcf3',
200: '#e3b0dc',
300: '#c780bf',
400: '#a74ca0',
500: '#952e8f',
600: '#741e6f',
700: '#571054',
800: '#3e033b',
900: '#270025',
950: '#1d0019',
},