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: #fae4cf;
--brand-200: #e7c299;
--brand-300: #cd9c62;
--brand-400: #ac7529;
--brand-500: #9a6200;
--brand-600: #754800;
--brand-700: #563200;
--brand-800: #3c1e00;
--brand-900: #280800;
--brand-950: #1d0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fae4cf',
200: '#e7c299',
300: '#cd9c62',
400: '#ac7529',
500: '#9a6200',
600: '#754800',
700: '#563200',
800: '#3c1e00',
900: '#280800',
950: '#1d0000',
},