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: #fff0d8;
--brand-200: #ffdeb0;
--brand-300: #ffca88;
--brand-400: #ffb55e;
--brand-500: #fdaa48;
--brand-600: #bd7a29;
--brand-700: #86530d;
--brand-800: #562f00;
--brand-900: #300f00;
--brand-950: #210000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fff0d8',
200: '#ffdeb0',
300: '#ffca88',
400: '#ffb55e',
500: '#fdaa48',
600: '#bd7a29',
700: '#86530d',
800: '#562f00',
900: '#300f00',
950: '#210000',
},