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: #ffe8cf;
--brand-200: #ffcc9d;
--brand-300: #ffae6a;
--brand-400: #ff8e32;
--brand-500: #fb7d07;
--brand-600: #be5800;
--brand-700: #8a3900;
--brand-800: #5d1d00;
--brand-900: #380200;
--brand-950: #2a0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe8cf',
200: '#ffcc9d',
300: '#ffae6a',
400: '#ff8e32',
500: '#fb7d07',
600: '#be5800',
700: '#8a3900',
800: '#5d1d00',
900: '#380200',
950: '#2a0000',
},