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: #fff4d0;
--brand-200: #ffe6a1;
--brand-300: #ffd770;
--brand-400: #ffc738;
--brand-500: #ffbf00;
--brand-600: #bc8a00;
--brand-700: #845e00;
--brand-800: #543700;
--brand-900: #2f1300;
--brand-950: #200000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fff4d0',
200: '#ffe6a1',
300: '#ffd770',
400: '#ffc738',
500: '#ffbf00',
600: '#bc8a00',
700: '#845e00',
800: '#543700',
900: '#2f1300',
950: '#200000',
},