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: #ffeee4;
--brand-200: #ffdac7;
--brand-300: #ffc4a8;
--brand-400: #ffac89;
--brand-500: #ffa07a;
--brand-600: #bf7354;
--brand-700: #894c34;
--brand-800: #592b18;
--brand-900: #2f0c00;
--brand-950: #200000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffeee4',
200: '#ffdac7',
300: '#ffc4a8',
400: '#ffac89',
500: '#ffa07a',
600: '#bf7354',
700: '#894c34',
800: '#592b18',
900: '#2f0c00',
950: '#200000',
},