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: #fff4f6;
--brand-200: #ffe7eb;
--brand-300: #ffd8df;
--brand-400: #ffc8d2;
--brand-500: #ffc0cb;
--brand-600: #bd8a93;
--brand-700: #865d64;
--brand-800: #54353b;
--brand-900: #281217;
--brand-950: #160000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fff4f6',
200: '#ffe7eb',
300: '#ffd8df',
400: '#ffc8d2',
500: '#ffc0cb',
600: '#bd8a93',
700: '#865d64',
800: '#54353b',
900: '#281217',
950: '#160000',
},