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: #e1d7d1;
--brand-200: #b5a497;
--brand-300: #836d5c;
--brand-400: #4e3622;
--brand-500: #341c02;
--brand-600: #2b1600;
--brand-700: #241100;
--brand-800: #1e0900;
--brand-900: #170000;
--brand-950: #110000;
}Tailwind
brand: {
50: '#ffffff',
100: '#e1d7d1',
200: '#b5a497',
300: '#836d5c',
400: '#4e3622',
500: '#341c02',
600: '#2b1600',
700: '#241100',
800: '#1e0900',
900: '#170000',
950: '#110000',
},