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: #fffde8;
--brand-200: #fffbd2;
--brand-300: #fff8bb;
--brand-400: #fff5a5;
--brand-500: #fff39a;
--brand-600: #b9b068;
--brand-700: #7f783e;
--brand-800: #4b4719;
--brand-900: #211c00;
--brand-950: #0c0100;
}Tailwind
brand: {
50: '#ffffff',
100: '#fffde8',
200: '#fffbd2',
300: '#fff8bb',
400: '#fff5a5',
500: '#fff39a',
600: '#b9b068',
700: '#7f783e',
800: '#4b4719',
900: '#211c00',
950: '#0c0100',
},