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: #ffe5f5;
--brand-200: #fcc5e4;
--brand-300: #f0a2d0;
--brand-400: #e07cb9;
--brand-500: #d767ad;
--brand-600: #a44882;
--brand-700: #782d5d;
--brand-800: #51153d;
--brand-900: #2e001f;
--brand-950: #1f0010;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe5f5',
200: '#fcc5e4',
300: '#f0a2d0',
400: '#e07cb9',
500: '#d767ad',
600: '#a44882',
700: '#782d5d',
800: '#51153d',
900: '#2e001f',
950: '#1f0010',
},