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: #e7e2cf;
--brand-200: #c3ba98;
--brand-300: #99905f;
--brand-400: #6c6425;
--brand-500: #544e03;
--brand-600: #403b00;
--brand-700: #302b00;
--brand-800: #231c00;
--brand-900: #170c00;
--brand-950: #0c0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#e7e2cf',
200: '#c3ba98',
300: '#99905f',
400: '#6c6425',
500: '#544e03',
600: '#403b00',
700: '#302b00',
800: '#231c00',
900: '#170c00',
950: '#0c0000',
},