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: #d5d3e3;
--brand-200: #9e9ab6;
--brand-300: #615e84;
--brand-400: #22244f;
--brand-500: #000435;
--brand-600: #04022e;
--brand-700: #050028;
--brand-800: #050022;
--brand-900: #03001c;
--brand-950: #020017;
}Tailwind
brand: {
50: '#ffffff',
100: '#d5d3e3',
200: '#9e9ab6',
300: '#615e84',
400: '#22244f',
500: '#000435',
600: '#04022e',
700: '#050028',
800: '#050022',
900: '#03001c',
950: '#020017',
},