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: #f5dece;
--brand-200: #dcb396;
--brand-300: #ba855c;
--brand-400: #915622;
--brand-500: #7b3f00;
--brand-600: #602e00;
--brand-700: #492000;
--brand-800: #361300;
--brand-900: #270200;
--brand-950: #1e0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f5dece',
200: '#dcb396',
300: '#ba855c',
400: '#915622',
500: '#7b3f00',
600: '#602e00',
700: '#492000',
800: '#361300',
900: '#270200',
950: '#1e0000',
},