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: #f6dace;
--brand-200: #dbaa95;
--brand-300: #b7785b;
--brand-400: #8c4321;
--brand-500: #742802;
--brand-600: #5c1d00;
--brand-700: #481300;
--brand-800: #360a00;
--brand-900: #290000;
--brand-950: #210000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f6dace',
200: '#dbaa95',
300: '#b7785b',
400: '#8c4321',
500: '#742802',
600: '#5c1d00',
700: '#481300',
800: '#360a00',
900: '#290000',
950: '#210000',
},