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: #f5ebf4;
--brand-200: #e4d1e1;
--brand-300: #cfb4cc;
--brand-400: #b896b4;
--brand-500: #ac86a8;
--brand-600: #81627d;
--brand-700: #5c4359;
--brand-800: #3b2739;
--brand-900: #1e0f1c;
--brand-950: #0f000c;
}Tailwind
brand: {
50: '#ffffff',
100: '#f5ebf4',
200: '#e4d1e1',
300: '#cfb4cc',
400: '#b896b4',
500: '#ac86a8',
600: '#81627d',
700: '#5c4359',
800: '#3b2739',
900: '#1e0f1c',
950: '#0f000c',
},