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: #f1dbdc;
--brand-200: #d4adaf;
--brand-300: #b07c7f;
--brand-400: #88494e;
--brand-500: #722f37;
--brand-600: #5a2229;
--brand-700: #45171d;
--brand-800: #320d12;
--brand-900: #230000;
--brand-950: #1b0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f1dbdc',
200: '#d4adaf',
300: '#b07c7f',
400: '#88494e',
500: '#722f37',
600: '#5a2229',
700: '#45171d',
800: '#320d12',
900: '#230000',
950: '#1b0000',
},