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: #fde2ff;
--brand-200: #f0bff9;
--brand-300: #de97ec;
--brand-400: #c76cdc;
--brand-500: #ba55d3;
--brand-600: #8e3aa2;
--brand-700: #682379;
--brand-800: #460e54;
--brand-900: #270032;
--brand-950: #1c0020;
}Tailwind
brand: {
50: '#ffffff',
100: '#fde2ff',
200: '#f0bff9',
300: '#de97ec',
400: '#c76cdc',
500: '#ba55d3',
600: '#8e3aa2',
700: '#682379',
800: '#460e54',
900: '#270032',
950: '#1c0020',
},