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: #f5d8f2;
--brand-200: #dca6d7;
--brand-300: #bb70b7;
--brand-400: #953393;
--brand-500: #800080;
--brand-600: #650065;
--brand-700: #4e004e;
--brand-800: #390039;
--brand-900: #270026;
--brand-950: #1f001b;
}Tailwind
brand: {
50: '#ffffff',
100: '#f5d8f2',
200: '#dca6d7',
300: '#bb70b7',
400: '#953393',
500: '#800080',
600: '#650065',
700: '#4e004e',
800: '#390039',
900: '#270026',
950: '#1f001b',
},