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: #f0fafd;
--brand-200: #def2f8;
--brand-300: #cbe8f2;
--brand-400: #b7deea;
--brand-500: #add8e6;
--brand-600: #7a9ea9;
--brand-700: #506d76;
--brand-800: #2a4148;
--brand-900: #091b20;
--brand-950: #00040b;
}Tailwind
brand: {
50: '#ffffff',
100: '#f0fafd',
200: '#def2f8',
300: '#cbe8f2',
400: '#b7deea',
500: '#add8e6',
600: '#7a9ea9',
700: '#506d76',
800: '#2a4148',
900: '#091b20',
950: '#00040b',
},