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: #fff0ea;
--brand-200: #ffded2;
--brand-300: #ffc9b9;
--brand-400: #ffb4a0;
--brand-500: #fea993;
--brand-600: #be7968;
--brand-700: #885143;
--brand-800: #572e23;
--brand-900: #2d0e00;
--brand-950: #1d0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fff0ea',
200: '#ffded2',
300: '#ffc9b9',
400: '#ffb4a0',
500: '#fea993',
600: '#be7968',
700: '#885143',
800: '#572e23',
900: '#2d0e00',
950: '#1d0000',
},