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: #ebe0d1;
--brand-200: #cab69b;
--brand-300: #a38a64;
--brand-400: #775c2c;
--brand-500: #60460f;
--brand-600: #4a3506;
--brand-700: #382600;
--brand-800: #291900;
--brand-900: #1d0800;
--brand-950: #130000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ebe0d1',
200: '#cab69b',
300: '#a38a64',
400: '#775c2c',
500: '#60460f',
600: '#4a3506',
700: '#382600',
800: '#291900',
900: '#1d0800',
950: '#130000',
},