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: #eeebe4;
--brand-200: #d6d1c2;
--brand-300: #bab39f;
--brand-400: #9c947a;
--brand-500: #8d8468;
--brand-600: #69614b;
--brand-700: #4a4432;
--brand-800: #2e2a1c;
--brand-900: #171200;
--brand-950: #060000;
}Tailwind
brand: {
50: '#ffffff',
100: '#eeebe4',
200: '#d6d1c2',
300: '#bab39f',
400: '#9c947a',
500: '#8d8468',
600: '#69614b',
700: '#4a4432',
800: '#2e2a1c',
900: '#171200',
950: '#060000',
},