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: #e8deff;
--brand-200: #c5b5f1;
--brand-300: #9b87dc;
--brand-400: #6b59c3;
--brand-500: #4f42b5;
--brand-600: #3a308f;
--brand-700: #28216f;
--brand-800: #171451;
--brand-900: #0c0336;
--brand-950: #090026;
}Tailwind
brand: {
50: '#ffffff',
100: '#e8deff',
200: '#c5b5f1',
300: '#9b87dc',
400: '#6b59c3',
500: '#4f42b5',
600: '#3a308f',
700: '#28216f',
800: '#171451',
900: '#0c0336',
950: '#090026',
},