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: #fff9f0;
--brand-200: #fff1e1;
--brand-300: #ffe8d1;
--brand-400: #ffdfc1;
--brand-500: #ffdab9;
--brand-600: #bb9e83;
--brand-700: #836b56;
--brand-800: #503e2e;
--brand-900: #241708;
--brand-950: #110000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fff9f0',
200: '#fff1e1',
300: '#ffe8d1',
400: '#ffdfc1',
500: '#ffdab9',
600: '#bb9e83',
700: '#836b56',
800: '#503e2e',
900: '#241708',
950: '#110000',
},