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: #fff8dc;
--brand-200: #ffefba;
--brand-300: #ffe597;
--brand-400: #fbda73;
--brand-500: #f7d560;
--brand-600: #b59b3a;
--brand-700: #7e6a19;
--brand-800: #4c3e00;
--brand-900: #271800;
--brand-950: #160000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fff8dc',
200: '#ffefba',
300: '#ffe597',
400: '#fbda73',
500: '#f7d560',
600: '#b59b3a',
700: '#7e6a19',
800: '#4c3e00',
900: '#271800',
950: '#160000',
},