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: #dff2d1;
--brand-200: #b8dd9f;
--brand-300: #8dc56b;
--brand-400: #5ca934;
--brand-500: #3f9b0b;
--brand-600: #257400;
--brand-700: #0d5200;
--brand-800: #023400;
--brand-900: #001c00;
--brand-950: #000d00;
}Tailwind
brand: {
50: '#ffffff',
100: '#dff2d1',
200: '#b8dd9f',
300: '#8dc56b',
400: '#5ca934',
500: '#3f9b0b',
600: '#257400',
700: '#0d5200',
800: '#023400',
900: '#001c00',
950: '#000d00',
},