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: #fee7d6;
--brand-200: #f2c9a9;
--brand-300: #dea77a;
--brand-400: #c6854b;
--brand-500: #b87333;
--brand-600: #8b541f;
--brand-700: #65390d;
--brand-800: #442100;
--brand-900: #2a0a00;
--brand-950: #1e0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fee7d6',
200: '#f2c9a9',
300: '#dea77a',
400: '#c6854b',
500: '#b87333',
600: '#8b541f',
700: '#65390d',
800: '#442100',
900: '#2a0a00',
950: '#1e0000',
},