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: #ecd4d0;
--brand-200: #c89c97;
--brand-300: #9b625b;
--brand-400: #672522;
--brand-500: #4b0101;
--brand-600: #3e0200;
--brand-700: #340100;
--brand-800: #2c0000;
--brand-900: #240000;
--brand-950: #1e0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ecd4d0',
200: '#c89c97',
300: '#9b625b',
400: '#672522',
500: '#4b0101',
600: '#3e0200',
700: '#340100',
800: '#2c0000',
900: '#240000',
950: '#1e0000',
},