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: #e9ffd1;
--brand-200: #d0ffa5;
--brand-300: #b3ff76;
--brand-400: #91fe3d;
--brand-500: #7cfc00;
--brand-600: #4cb900;
--brand-700: #1f8100;
--brand-800: #004e00;
--brand-900: #002300;
--brand-950: #001000;
}Tailwind
brand: {
50: '#ffffff',
100: '#e9ffd1',
200: '#d0ffa5',
300: '#b3ff76',
400: '#91fe3d',
500: '#7cfc00',
600: '#4cb900',
700: '#1f8100',
800: '#004e00',
900: '#002300',
950: '#001000',
},