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: #d6e6e9;
--brand-200: #a5c3c9;
--brand-300: #6f9da4;
--brand-400: #33747e;
--brand-500: #005f6a;
--brand-600: #004851;
--brand-700: #00353c;
--brand-800: #002329;
--brand-900: #001318;
--brand-950: #00060c;
}Tailwind
brand: {
50: '#ffffff',
100: '#d6e6e9',
200: '#a5c3c9',
300: '#6f9da4',
400: '#33747e',
500: '#005f6a',
600: '#004851',
700: '#00353c',
800: '#002329',
900: '#001318',
950: '#00060c',
},