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: #d5e6e5;
--brand-200: #a3c3c1;
--brand-300: #6d9b99;
--brand-400: #32716f;
--brand-500: #045c5a;
--brand-600: #004644;
--brand-700: #003332;
--brand-800: #002221;
--brand-900: #001412;
--brand-950: #000705;
}Tailwind
brand: {
50: '#ffffff',
100: '#d5e6e5',
200: '#a3c3c1',
300: '#6d9b99',
400: '#32716f',
500: '#045c5a',
600: '#004644',
700: '#003332',
800: '#002221',
900: '#001412',
950: '#000705',
},