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: #fee3cf;
--brand-200: #eec09b;
--brand-300: #d69a65;
--brand-400: #b8722d;
--brand-500: #a75e09;
--brand-600: #7f4400;
--brand-700: #5e2f00;
--brand-800: #411b00;
--brand-900: #2b0500;
--brand-950: #210000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fee3cf',
200: '#eec09b',
300: '#d69a65',
400: '#b8722d',
500: '#a75e09',
600: '#7f4400',
700: '#5e2f00',
800: '#411b00',
900: '#2b0500',
950: '#210000',
},