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: #f2f6d0;
--brand-200: #dee7a1;
--brand-300: #c6d76f;
--brand-400: #abc537;
--brand-500: #9cbb04;
--brand-600: #6f8a00;
--brand-700: #4a6000;
--brand-800: #2b3b00;
--brand-900: #171b00;
--brand-950: #010700;
}Tailwind
brand: {
50: '#ffffff',
100: '#f2f6d0',
200: '#dee7a1',
300: '#c6d76f',
400: '#abc537',
500: '#9cbb04',
600: '#6f8a00',
700: '#4a6000',
800: '#2b3b00',
900: '#171b00',
950: '#010700',
},