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: #fcf3e9;
--brand-200: #f3e3cf;
--brand-300: #e7d1b5;
--brand-400: #d9be9a;
--brand-500: #d2b48c;
--brand-600: #9b8362;
--brand-700: #6d5a40;
--brand-800: #443521;
--brand-900: #211500;
--brand-950: #0f0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fcf3e9',
200: '#f3e3cf',
300: '#e7d1b5',
400: '#d9be9a',
500: '#d2b48c',
600: '#9b8362',
700: '#6d5a40',
800: '#443521',
900: '#211500',
950: '#0f0000',
},