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: #fff7fa;
--brand-200: #ffedf4;
--brand-300: #ffe2ec;
--brand-400: #ffd7e3;
--brand-500: #ffd1df;
--brand-600: #bc97a2;
--brand-700: #84666f;
--brand-800: #513b42;
--brand-900: #25151a;
--brand-950: #110001;
}Tailwind
brand: {
50: '#ffffff',
100: '#fff7fa',
200: '#ffedf4',
300: '#ffe2ec',
400: '#ffd7e3',
500: '#ffd1df',
600: '#bc97a2',
700: '#84666f',
800: '#513b42',
900: '#25151a',
950: '#110001',
},