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: #ffe0cd;
--brand-200: #ffbb98;
--brand-300: #ff9163;
--brand-400: #ff622a;
--brand-500: #ff4500;
--brand-600: #c42900;
--brand-700: #910e00;
--brand-800: #650000;
--brand-900: #400000;
--brand-950: #310000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe0cd',
200: '#ffbb98',
300: '#ff9163',
400: '#ff622a',
500: '#ff4500',
600: '#c42900',
700: '#910e00',
800: '#650000',
900: '#400000',
950: '#310000',
},