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: #ffe6f5;
--brand-200: #ffc7e6;
--brand-300: #ffa5d3;
--brand-400: #ff7ebf;
--brand-500: #ff69b4;
--brand-600: #c24686;
--brand-700: #8f295f;
--brand-800: #600c3c;
--brand-900: #36001d;
--brand-950: #25000b;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe6f5',
200: '#ffc7e6',
300: '#ffa5d3',
400: '#ff7ebf',
500: '#ff69b4',
600: '#c24686',
700: '#8f295f',
800: '#600c3c',
900: '#36001d',
950: '#25000b',
},