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: #ffe5cf;
--brand-200: #f6c49a;
--brand-300: #e2a165;
--brand-400: #c87c2c;
--brand-500: #b96902;
--brand-600: #8d4c00;
--brand-700: #673400;
--brand-800: #471d00;
--brand-900: #2e0600;
--brand-950: #220000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe5cf',
200: '#f6c49a',
300: '#e2a165',
400: '#c87c2c',
500: '#b96902',
600: '#8d4c00',
700: '#673400',
800: '#471d00',
900: '#2e0600',
950: '#220000',
},