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: #ddf5db;
--brand-200: #b5e5b2;
--brand-300: #89d089;
--brand-400: #58b95e;
--brand-500: #39ad48;
--brand-600: #1c812e;
--brand-700: #005b17;
--brand-800: #003902;
--brand-900: #001e00;
--brand-950: #000e00;
}Tailwind
brand: {
50: '#ffffff',
100: '#ddf5db',
200: '#b5e5b2',
300: '#89d089',
400: '#58b95e',
500: '#39ad48',
600: '#1c812e',
700: '#005b17',
800: '#003902',
900: '#001e00',
950: '#000e00',
},