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: #d5e3e3;
--brand-200: #a1bcbc;
--brand-300: #699191;
--brand-400: #2d6464;
--brand-500: #014d4e;
--brand-600: #003b3c;
--brand-700: #002c2d;
--brand-800: #001e1f;
--brand-900: #001111;
--brand-950: #000606;
}Tailwind
brand: {
50: '#ffffff',
100: '#d5e3e3',
200: '#a1bcbc',
300: '#699191',
400: '#2d6464',
500: '#014d4e',
600: '#003b3c',
700: '#002c2d',
800: '#001e1f',
900: '#001111',
950: '#000606',
},