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: #ffdbd6;
--brand-200: #f2afa6;
--brand-300: #d97e74;
--brand-400: #b84942;
--brand-500: #a52a2a;
--brand-600: #811b1c;
--brand-700: #620d11;
--brand-800: #470200;
--brand-900: #300000;
--brand-950: #260000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdbd6',
200: '#f2afa6',
300: '#d97e74',
400: '#b84942',
500: '#a52a2a',
600: '#811b1c',
700: '#620d11',
800: '#470200',
900: '#300000',
950: '#260000',
},