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: #ffe4ee;
--brand-200: #ffc4d8;
--brand-300: #ffa0bf;
--brand-400: #fa77a4;
--brand-500: #f36196;
--brand-600: #ba416e;
--brand-700: #89264d;
--brand-800: #5d0c2f;
--brand-900: #350015;
--brand-950: #260001;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe4ee',
200: '#ffc4d8',
300: '#ffa0bf',
400: '#fa77a4',
500: '#f36196',
600: '#ba416e',
700: '#89264d',
800: '#5d0c2f',
900: '#350015',
950: '#260001',
},