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: #e3f8d1;
--brand-200: #c2eaa1;
--brand-300: #9cd96f;
--brand-400: #71c637;
--brand-500: #58bc08;
--brand-600: #368b00;
--brand-700: #176200;
--brand-800: #023d00;
--brand-900: #001f00;
--brand-950: #000e00;
}Tailwind
brand: {
50: '#ffffff',
100: '#e3f8d1',
200: '#c2eaa1',
300: '#9cd96f',
400: '#71c637',
500: '#58bc08',
600: '#368b00',
700: '#176200',
800: '#023d00',
900: '#001f00',
950: '#000e00',
},