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: #fbe0ce;
--brand-200: #e8b998;
--brand-300: #cc8f60;
--brand-400: #a96427;
--brand-500: #964e02;
--brand-600: #733900;
--brand-700: #572700;
--brand-800: #3e1600;
--brand-900: #2b0300;
--brand-950: #210000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fbe0ce',
200: '#e8b998',
300: '#cc8f60',
400: '#a96427',
500: '#964e02',
600: '#733900',
700: '#572700',
800: '#3e1600',
900: '#2b0300',
950: '#210000',
},