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: #f5e4cf;
--brand-200: #dec199;
--brand-300: #bf9a62;
--brand-400: #9c7328;
--brand-500: #885f01;
--brand-600: #674600;
--brand-700: #4c3100;
--brand-800: #351e00;
--brand-900: #240a00;
--brand-950: #190000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f5e4cf',
200: '#dec199',
300: '#bf9a62',
400: '#9c7328',
500: '#885f01',
600: '#674600',
700: '#4c3100',
800: '#351e00',
900: '#240a00',
950: '#190000',
},