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: #f0deeb;
--brand-200: #d5b5cd;
--brand-300: #b587aa;
--brand-400: #915884;
--brand-500: #7e4071;
--brand-600: #612e57;
--brand-700: #491f41;
--brand-800: #33122d;
--brand-900: #20011a;
--brand-950: #160010;
}Tailwind
brand: {
50: '#ffffff',
100: '#f0deeb',
200: '#d5b5cd',
300: '#b587aa',
400: '#915884',
500: '#7e4071',
600: '#612e57',
700: '#491f41',
800: '#33122d',
900: '#20011a',
950: '#160010',
},