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: #fcd6cd;
--brand-200: #e5a394;
--brand-300: #c36c59;
--brand-400: #982f1f;
--brand-500: #800000;
--brand-600: #660000;
--brand-700: #510000;
--brand-800: #3e0000;
--brand-900: #2f0000;
--brand-950: #270000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fcd6cd',
200: '#e5a394',
300: '#c36c59',
400: '#982f1f',
500: '#800000',
600: '#660000',
700: '#510000',
800: '#3e0000',
900: '#2f0000',
950: '#270000',
},