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: #f5e8de;
--brand-200: #e1cab7;
--brand-300: #c8aa8f;
--brand-400: #ac8766;
--brand-500: #9d7651;
--brand-600: #765738;
--brand-700: #553c24;
--brand-800: #382511;
--brand-900: #210e00;
--brand-950: #140000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f5e8de',
200: '#e1cab7',
300: '#c8aa8f',
400: '#ac8766',
500: '#9d7651',
600: '#765738',
700: '#553c24',
800: '#382511',
900: '#210e00',
950: '#140000',
},