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: #ffeffe;
--brand-200: #f8daf7;
--brand-300: #efc4ee;
--brand-400: #e3ace3;
--brand-500: #dda0dd;
--brand-600: #a573a5;
--brand-700: #754d75;
--brand-800: #4b2c4b;
--brand-900: #250e25;
--brand-950: #140013;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffeffe',
200: '#f8daf7',
300: '#efc4ee',
400: '#e3ace3',
500: '#dda0dd',
600: '#a573a5',
700: '#754d75',
800: '#4b2c4b',
900: '#250e25',
950: '#140013',
},