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: #e0e1ff;
--brand-200: #b6bbf3;
--brand-300: #8591df;
--brand-400: #4867c7;
--brand-500: #0f52ba;
--brand-600: #003d93;
--brand-700: #002c71;
--brand-800: #001c53;
--brand-900: #000a37;
--brand-950: #000026;
}Tailwind
brand: {
50: '#ffffff',
100: '#e0e1ff',
200: '#b6bbf3',
300: '#8591df',
400: '#4867c7',
500: '#0f52ba',
600: '#003d93',
700: '#002c71',
800: '#001c53',
900: '#000a37',
950: '#000026',
},