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: #ffdeef;
--brand-200: #ffb5d8;
--brand-300: #ff87be;
--brand-400: #ff4ba1;
--brand-500: #ff1493;
--brand-600: #c5006d;
--brand-700: #94004e;
--brand-800: #670031;
--brand-900: #3e0018;
--brand-950: #2c0007;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdeef',
200: '#ffb5d8',
300: '#ff87be',
400: '#ff4ba1',
500: '#ff1493',
600: '#c5006d',
700: '#94004e',
800: '#670031',
900: '#3e0018',
950: '#2c0007',
},