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: #fffafa;
--brand-200: #fff5f3;
--brand-300: #ffeeec;
--brand-400: #ffe7e5;
--brand-500: #ffe4e1;
--brand-600: #bba5a2;
--brand-700: #81706e;
--brand-800: #4e4140;
--brand-900: #221817;
--brand-950: #0b0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fffafa',
200: '#fff5f3',
300: '#ffeeec',
400: '#ffe7e5',
500: '#ffe4e1',
600: '#bba5a2',
700: '#81706e',
800: '#4e4140',
900: '#221817',
950: '#0b0000',
},