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: #f9ebdb;
--brand-200: #e9d1b3;
--brand-300: #d4b58a;
--brand-400: #bc975f;
--brand-500: #af884a;
--brand-600: #836431;
--brand-700: #5e451b;
--brand-800: #3c2a06;
--brand-900: #231000;
--brand-950: #150000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f9ebdb',
200: '#e9d1b3',
300: '#d4b58a',
400: '#bc975f',
500: '#af884a',
600: '#836431',
700: '#5e451b',
800: '#3c2a06',
900: '#231000',
950: '#150000',
},