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: #e7d5e5;
--brand-200: #c19fbd;
--brand-300: #946690;
--brand-400: #632a60;
--brand-500: #490648;
--brand-600: #3b053a;
--brand-700: #30042f;
--brand-800: #250024;
--brand-900: #1e001a;
--brand-950: #170014;
}Tailwind
brand: {
50: '#ffffff',
100: '#e7d5e5',
200: '#c19fbd',
300: '#946690',
400: '#632a60',
500: '#490648',
600: '#3b053a',
700: '#30042f',
800: '#250024',
900: '#1e001a',
950: '#170014',
},