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: #f3e1d1;
--brand-200: #dabb9c;
--brand-300: #b99166;
--brand-400: #946630;
--brand-500: #7f5112;
--brand-600: #613c07;
--brand-700: #492a00;
--brand-800: #331a00;
--brand-900: #240700;
--brand-950: #1a0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f3e1d1',
200: '#dabb9c',
300: '#b99166',
400: '#946630',
500: '#7f5112',
600: '#613c07',
700: '#492a00',
800: '#331a00',
900: '#240700',
950: '#1a0000',
},