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: #f8ddff;
--brand-200: #e5b3fa;
--brand-300: #cb84ea;
--brand-400: #ab51d7;
--brand-500: #9932cc;
--brand-600: #751fa0;
--brand-700: #570e7a;
--brand-800: #3b0058;
--brand-900: #230039;
--brand-950: #1b0026;
}Tailwind
brand: {
50: '#ffffff',
100: '#f8ddff',
200: '#e5b3fa',
300: '#cb84ea',
400: '#ab51d7',
500: '#9932cc',
600: '#751fa0',
700: '#570e7a',
800: '#3b0058',
900: '#230039',
950: '#1b0026',
},