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: #ffe9db;
--brand-200: #ffcdb4;
--brand-300: #ffb08c;
--brand-400: #ff9064;
--brand-500: #ff7f50;
--brand-600: #c15933;
--brand-700: #8d3a1c;
--brand-800: #5d1d04;
--brand-900: #360200;
--brand-950: #270000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe9db',
200: '#ffcdb4',
300: '#ffb08c',
400: '#ff9064',
500: '#ff7f50',
600: '#c15933',
700: '#8d3a1c',
800: '#5d1d04',
900: '#360200',
950: '#270000',
},