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: #ffe8e9;
--brand-200: #f5cccd;
--brand-300: #e7adaf;
--brand-400: #d48c90;
--brand-500: #ca7b80;
--brand-600: #99585d;
--brand-700: #6f3b3f;
--brand-800: #4a2125;
--brand-900: #29090a;
--brand-950: #1b0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe8e9',
200: '#f5cccd',
300: '#e7adaf',
400: '#d48c90',
500: '#ca7b80',
600: '#99585d',
700: '#6f3b3f',
800: '#4a2125',
900: '#29090a',
950: '#1b0000',
},