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: #ffe0d2;
--brand-200: #ffbaa1;
--brand-300: #ff9070;
--brand-400: #ff603e;
--brand-500: #fa4224;
--brand-600: #c02711;
--brand-700: #8f0d01;
--brand-800: #630000;
--brand-900: #3e0000;
--brand-950: #2f0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe0d2',
200: '#ffbaa1',
300: '#ff9070',
400: '#ff603e',
500: '#fa4224',
600: '#c02711',
700: '#8f0d01',
800: '#630000',
900: '#3e0000',
950: '#2f0000',
},