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: #e8ead0;
--brand-200: #c9ce9c;
--brand-300: #a4ad66;
--brand-400: #7c8b2d;
--brand-500: #677a04;
--brand-600: #4b5b00;
--brand-700: #344100;
--brand-800: #222900;
--brand-900: #121400;
--brand-950: #020500;
}Tailwind
brand: {
50: '#ffffff',
100: '#e8ead0',
200: '#c9ce9c',
300: '#a4ad66',
400: '#7c8b2d',
500: '#677a04',
600: '#4b5b00',
700: '#344100',
800: '#222900',
900: '#121400',
950: '#020500',
},