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: #fffff4;
--brand-200: #ffffea;
--brand-300: #fffedf;
--brand-400: #fffdd5;
--brand-500: #fffdd0;
--brand-600: #b9b793;
--brand-700: #7e7d60;
--brand-800: #4a4933;
--brand-900: #1d1d0a;
--brand-950: #030100;
}Tailwind
brand: {
50: '#ffffff',
100: '#fffff4',
200: '#ffffea',
300: '#fffedf',
400: '#fffdd5',
500: '#fffdd0',
600: '#b9b793',
700: '#7e7d60',
800: '#4a4933',
900: '#1d1d0a',
950: '#030100',
},