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: #fff0d2;
--brand-200: #fedca4;
--brand-300: #f3c774;
--brand-400: #e3b041;
--brand-500: #daa520;
--brand-600: #a27800;
--brand-700: #725200;
--brand-800: #493100;
--brand-900: #2a1200;
--brand-950: #1d0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fff0d2',
200: '#fedca4',
300: '#f3c774',
400: '#e3b041',
500: '#daa520',
600: '#a27800',
700: '#725200',
800: '#493100',
900: '#2a1200',
950: '#1d0000',
},