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: #eee4d1;
--brand-200: #d1c09d;
--brand-300: #af9967;
--brand-400: #887030;
--brand-500: #735c12;
--brand-600: #574506;
--brand-700: #403100;
--brand-800: #2d1f00;
--brand-900: #1e0c00;
--brand-950: #130000;
}Tailwind
brand: {
50: '#ffffff',
100: '#eee4d1',
200: '#d1c09d',
300: '#af9967',
400: '#887030',
500: '#735c12',
600: '#574506',
700: '#403100',
800: '#2d1f00',
900: '#1e0c00',
950: '#130000',
},