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: #ece7d1;
--brand-200: #cec79d;
--brand-300: #aba468;
--brand-400: #847f31;
--brand-500: #706c11;
--brand-600: #535103;
--brand-700: #3c3a00;
--brand-800: #282500;
--brand-900: #191100;
--brand-950: #0c0100;
}Tailwind
brand: {
50: '#ffffff',
100: '#ece7d1',
200: '#cec79d',
300: '#aba468',
400: '#847f31',
500: '#706c11',
600: '#535103',
700: '#3c3a00',
800: '#282500',
900: '#191100',
950: '#0c0100',
},