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: #e5f1dc;
--brand-200: #c5ddb4;
--brand-300: #a2c58b;
--brand-400: #7dab61;
--brand-500: #699d4c;
--brand-600: #4a7532;
--brand-700: #2f521c;
--brand-800: #173408;
--brand-900: #011a00;
--brand-950: #000900;
}Tailwind
brand: {
50: '#ffffff',
100: '#e5f1dc',
200: '#c5ddb4',
300: '#a2c58b',
400: '#7dab61',
500: '#699d4c',
600: '#4a7532',
700: '#2f521c',
800: '#173408',
900: '#011a00',
950: '#000900',
},