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: #e7d7d0;
--brand-200: #bfa396;
--brand-300: #906b5b;
--brand-400: #5c3421;
--brand-500: #411900;
--brand-600: #361300;
--brand-700: #2c0e00;
--brand-800: #250700;
--brand-900: #1d0000;
--brand-950: #170000;
}Tailwind
brand: {
50: '#ffffff',
100: '#e7d7d0',
200: '#bfa396',
300: '#906b5b',
400: '#5c3421',
500: '#411900',
600: '#361300',
700: '#2c0e00',
800: '#250700',
900: '#1d0000',
950: '#170000',
},