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: #dcffe3;
--brand-200: #b7ffc7;
--brand-300: #8bffab;
--brand-400: #4fff8e;
--brand-500: #00ff7f;
--brand-600: #00bb53;
--brand-700: #00822f;
--brand-800: #00500e;
--brand-900: #002500;
--brand-950: #001300;
}Tailwind
brand: {
50: '#ffffff',
100: '#dcffe3',
200: '#b7ffc7',
300: '#8bffab',
400: '#4fff8e',
500: '#00ff7f',
600: '#00bb53',
700: '#00822f',
800: '#00500e',
900: '#002500',
950: '#001300',
},