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: #ffe9e3;
--brand-200: #ffcec4;
--brand-300: #ffb0a4;
--brand-400: #ff9183;
--brand-500: #fa8072;
--brand-600: #bd5a4f;
--brand-700: #8a3a33;
--brand-800: #5c1e19;
--brand-900: #330300;
--brand-950: #250000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe9e3',
200: '#ffcec4',
300: '#ffb0a4',
400: '#ff9183',
500: '#fa8072',
600: '#bd5a4f',
700: '#8a3a33',
800: '#5c1e19',
900: '#330300',
950: '#250000',
},