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: #ffdccc;
--brand-200: #ffb296;
--brand-300: #ff815f;
--brand-400: #ff4427;
--brand-500: #ff0000;
--brand-600: #c50000;
--brand-700: #940000;
--brand-800: #690000;
--brand-900: #440000;
--brand-950: #340000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdccc',
200: '#ffb296',
300: '#ff815f',
400: '#ff4427',
500: '#ff0000',
600: '#c50000',
700: '#940000',
800: '#690000',
900: '#440000',
950: '#340000',
},