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: #dcffe9;
--brand-200: #b6ffd3;
--brand-300: #8affbd;
--brand-400: #4efda6;
--brand-500: #00fa9a;
--brand-600: #00b86a;
--brand-700: #008042;
--brand-800: #004e1f;
--brand-900: #002400;
--brand-950: #001200;
}Tailwind
brand: {
50: '#ffffff',
100: '#dcffe9',
200: '#b6ffd3',
300: '#8affbd',
400: '#4efda6',
500: '#00fa9a',
600: '#00b86a',
700: '#008042',
800: '#004e1f',
900: '#002400',
950: '#001200',
},