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: #f9eff9;
--brand-200: #eedbee;
--brand-300: #e0c5e0;
--brand-400: #d0aed0;
--brand-500: #c8a2c8;
--brand-600: #947594;
--brand-700: #695069;
--brand-800: #422f42;
--brand-900: #1f1120;
--brand-950: #0e000e;
}Tailwind
brand: {
50: '#ffffff',
100: '#f9eff9',
200: '#eedbee',
300: '#e0c5e0',
400: '#d0aed0',
500: '#c8a2c8',
600: '#947594',
700: '#695069',
800: '#422f42',
900: '#1f1120',
950: '#0e000e',
},