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: #ffe9d6;
--brand-200: #ffcfab;
--brand-300: #ffb27f;
--brand-400: #f89352;
--brand-500: #f0833a;
--brand-600: #b55d21;
--brand-700: #833e0b;
--brand-800: #572100;
--brand-900: #330600;
--brand-950: #260000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe9d6',
200: '#ffcfab',
300: '#ffb27f',
400: '#f89352',
500: '#f0833a',
600: '#b55d21',
700: '#833e0b',
800: '#572100',
900: '#330600',
950: '#260000',
},