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: #ecf6d0;
--brand-200: #d3e7a0;
--brand-300: #b6d56e;
--brand-400: #96c135;
--brand-500: #84b701;
--brand-600: #5c8700;
--brand-700: #3b5f00;
--brand-800: #203b00;
--brand-900: #0f1c00;
--brand-950: #000900;
}Tailwind
brand: {
50: '#ffffff',
100: '#ecf6d0',
200: '#d3e7a0',
300: '#b6d56e',
400: '#96c135',
500: '#84b701',
600: '#5c8700',
700: '#3b5f00',
800: '#203b00',
900: '#0f1c00',
950: '#000900',
},