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: #ffe4d9;
--brand-200: #ffc4b0;
--brand-300: #ffa086;
--brand-400: #ff795c;
--brand-500: #ff6347;
--brand-600: #c3432e;
--brand-700: #8f2718;
--brand-800: #610d01;
--brand-900: #3a0000;
--brand-950: #2b0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe4d9',
200: '#ffc4b0',
300: '#ffa086',
400: '#ff795c',
500: '#ff6347',
600: '#c3432e',
700: '#8f2718',
800: '#610d01',
900: '#3a0000',
950: '#2b0000',
},