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: #ffffee;
--brand-200: #ffffde;
--brand-300: #ffffce;
--brand-400: #fffebe;
--brand-500: #fffeb6;
--brand-600: #b9b87e;
--brand-700: #7e7e4f;
--brand-800: #494a26;
--brand-900: #1e1d00;
--brand-950: #050200;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffffee',
200: '#ffffde',
300: '#ffffce',
400: '#fffebe',
500: '#fffeb6',
600: '#b9b87e',
700: '#7e7e4f',
800: '#494a26',
900: '#1e1d00',
950: '#050200',
},