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: #f3e6f5;
--brand-200: #dfc7e2;
--brand-300: #c6a4cc;
--brand-400: #ab80b2;
--brand-500: #9c6da5;
--brand-600: #764f7d;
--brand-700: #55365b;
--brand-800: #381f3d;
--brand-900: #1e0a22;
--brand-950: #110014;
}Tailwind
brand: {
50: '#ffffff',
100: '#f3e6f5',
200: '#dfc7e2',
300: '#c6a4cc',
400: '#ab80b2',
500: '#9c6da5',
600: '#764f7d',
700: '#55365b',
800: '#381f3d',
900: '#1e0a22',
950: '#110014',
},