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: #ffd8dc;
--brand-200: #efa8af;
--brand-300: #d47380;
--brand-400: #b23651;
--brand-500: #9e003a;
--brand-600: #7c002b;
--brand-700: #60001e;
--brand-800: #460011;
--brand-900: #310000;
--brand-950: #270000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffd8dc',
200: '#efa8af',
300: '#d47380',
400: '#b23651',
500: '#9e003a',
600: '#7c002b',
700: '#60001e',
800: '#460011',
900: '#310000',
950: '#270000',
},