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: #d8dbeb;
--brand-200: #a5acc9;
--brand-300: #6e79a1;
--brand-400: #314676;
--brand-500: #042e60;
--brand-600: #03244d;
--brand-700: #021b3d;
--brand-800: #02132f;
--brand-900: #000622;
--brand-950: #000019;
}Tailwind
brand: {
50: '#ffffff',
100: '#d8dbeb',
200: '#a5acc9',
300: '#6e79a1',
400: '#314676',
500: '#042e60',
600: '#03244d',
700: '#021b3d',
800: '#02132f',
900: '#000622',
950: '#000019',
},