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: #ffffe1;
--brand-200: #ffffc5;
--brand-300: #ffffaa;
--brand-400: #ffff8e;
--brand-500: #feff7f;
--brand-600: #b7b950;
--brand-700: #7c7f29;
--brand-800: #484b03;
--brand-900: #201d00;
--brand-950: #0a0300;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffffe1',
200: '#ffffc5',
300: '#ffffaa',
400: '#ffff8e',
500: '#feff7f',
600: '#b7b950',
700: '#7c7f29',
800: '#484b03',
900: '#201d00',
950: '#0a0300',
},