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: #f2f0ec;
--brand-200: #e0dbd4;
--brand-300: #cbc4ba;
--brand-400: #b4ac9f;
--brand-500: #a89f91;
--brand-600: #7c7469;
--brand-700: #575148;
--brand-800: #35312a;
--brand-900: #18150e;
--brand-950: #050000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f2f0ec',
200: '#e0dbd4',
300: '#cbc4ba',
400: '#b4ac9f',
500: '#a89f91',
600: '#7c7469',
700: '#575148',
800: '#35312a',
900: '#18150e',
950: '#050000',
},