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: #ead5f5;
--brand-200: #c5a1dc;
--brand-300: #9968bb;
--brand-400: #672b96;
--brand-500: #4b0082;
--brand-600: #3c0069;
--brand-700: #2e0054;
--brand-800: #230041;
--brand-900: #1b002f;
--brand-950: #170023;
}Tailwind
brand: {
50: '#ffffff',
100: '#ead5f5',
200: '#c5a1dc',
300: '#9968bb',
400: '#672b96',
500: '#4b0082',
600: '#3c0069',
700: '#2e0054',
800: '#230041',
900: '#1b002f',
950: '#170023',
},