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: #ffe8ec;
--brand-200: #f6ccd3;
--brand-300: #e8acb7;
--brand-400: #d68b9a;
--brand-500: #cc7a8b;
--brand-600: #9a5766;
--brand-700: #703a46;
--brand-800: #4a202a;
--brand-900: #290811;
--brand-950: #1b0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe8ec',
200: '#f6ccd3',
300: '#e8acb7',
400: '#d68b9a',
500: '#cc7a8b',
600: '#9a5766',
700: '#703a46',
800: '#4a202a',
900: '#290811',
950: '#1b0000',
},