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: #e7edf3;
--brand-200: #cad5e0;
--brand-300: #a9b9c9;
--brand-400: #879cb0;
--brand-500: #758da3;
--brand-600: #54687a;
--brand-700: #394958;
--brand-800: #202d39;
--brand-900: #08141d;
--brand-950: #00020d;
}Tailwind
brand: {
50: '#ffffff',
100: '#e7edf3',
200: '#cad5e0',
300: '#a9b9c9',
400: '#879cb0',
500: '#758da3',
600: '#54687a',
700: '#394958',
800: '#202d39',
900: '#08141d',
950: '#00020d',
},