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: #f8dfd1;
--brand-200: #e2b69c;
--brand-300: #c48a66;
--brand-400: #9f5c30;
--brand-500: #8b4513;
--brand-600: #6c3208;
--brand-700: #512200;
--brand-800: #3a1400;
--brand-900: #290200;
--brand-950: #1f0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f8dfd1',
200: '#e2b69c',
300: '#c48a66',
400: '#9f5c30',
500: '#8b4513',
600: '#6c3208',
700: '#512200',
800: '#3a1400',
900: '#290200',
950: '#1f0000',
},