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: #ede6df;
--brand-200: #d2c5b7;
--brand-300: #b3a18e;
--brand-400: #917b63;
--brand-500: #7f684e;
--brand-600: #604d38;
--brand-700: #453625;
--brand-800: #2d2214;
--brand-900: #1a0e00;
--brand-950: #0d0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ede6df',
200: '#d2c5b7',
300: '#b3a18e',
400: '#917b63',
500: '#7f684e',
600: '#604d38',
700: '#453625',
800: '#2d2214',
900: '#1a0e00',
950: '#0d0000',
},