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: #f1e4fb;
--brand-200: #dac1ed;
--brand-300: #be9ada;
--brand-400: #9e72c3;
--brand-500: #8d5eb7;
--brand-600: #6a448d;
--brand-700: #4d2e69;
--brand-800: #321a49;
--brand-900: #1b062c;
--brand-950: #12001c;
}Tailwind
brand: {
50: '#ffffff',
100: '#f1e4fb',
200: '#dac1ed',
300: '#be9ada',
400: '#9e72c3',
500: '#8d5eb7',
600: '#6a448d',
700: '#4d2e69',
800: '#321a49',
900: '#1b062c',
950: '#12001c',
},