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: #defbd5;
--brand-200: #b8f2aa;
--brand-300: #8de57e;
--brand-400: #58d54e;
--brand-500: #32cd32;
--brand-600: #009813;
--brand-700: #006b00;
--brand-800: #004200;
--brand-900: #002100;
--brand-950: #001100;
}Tailwind
brand: {
50: '#ffffff',
100: '#defbd5',
200: '#b8f2aa',
300: '#8de57e',
400: '#58d54e',
500: '#32cd32',
600: '#009813',
700: '#006b00',
800: '#004200',
900: '#002100',
950: '#001100',
},