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: #ebf5e5;
--brand-200: #d3e6c8;
--brand-300: #b9d4aa;
--brand-400: #9dc08b;
--brand-500: #8fb67b;
--brand-600: #668656;
--brand-700: #445e37;
--brand-800: #253a1c;
--brand-900: #091a00;
--brand-950: #000600;
}Tailwind
brand: {
50: '#ffffff',
100: '#ebf5e5',
200: '#d3e6c8',
300: '#b9d4aa',
400: '#9dc08b',
500: '#8fb67b',
600: '#668656',
700: '#445e37',
800: '#253a1c',
900: '#091a00',
950: '#000600',
},