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: #ffe1cd;
--brand-200: #ffbb98;
--brand-300: #ff9262;
--brand-400: #e9662a;
--brand-500: #dc4d01;
--brand-600: #a93400;
--brand-700: #7e1e00;
--brand-800: #580800;
--brand-900: #390000;
--brand-950: #2c0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe1cd',
200: '#ffbb98',
300: '#ff9262',
400: '#e9662a',
500: '#dc4d01',
600: '#a93400',
700: '#7e1e00',
800: '#580800',
900: '#390000',
950: '#2c0000',
},