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: #fffdfa;
--brand-200: #fef9f5;
--brand-300: #fdf6ef;
--brand-400: #fbf2e9;
--brand-500: #faf0e6;
--brand-600: #b6aea6;
--brand-700: #7d7670;
--brand-800: #4a4540;
--brand-900: #1e1b17;
--brand-950: #040000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fffdfa',
200: '#fef9f5',
300: '#fdf6ef',
400: '#fbf2e9',
500: '#faf0e6',
600: '#b6aea6',
700: '#7d7670',
800: '#4a4540',
900: '#1e1b17',
950: '#040000',
},