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: #feebd0;
--brand-200: #f1d09e;
--brand-300: #deb36a;
--brand-400: #c69533;
--brand-500: #b8860b;
--brand-600: #8a6200;
--brand-700: #634400;
--brand-800: #412800;
--brand-900: #290f00;
--brand-950: #1c0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#feebd0',
200: '#f1d09e',
300: '#deb36a',
400: '#c69533',
500: '#b8860b',
600: '#8a6200',
700: '#634400',
800: '#412800',
900: '#290f00',
950: '#1c0000',
},