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: #ffe9e7;
--brand-200: #ffcecb;
--brand-300: #ffb0ae;
--brand-400: #f7918f;
--brand-500: #f08080;
--brand-600: #b65b5b;
--brand-700: #843b3c;
--brand-800: #581f21;
--brand-900: #310502;
--brand-950: #220000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe9e7',
200: '#ffcecb',
300: '#ffb0ae',
400: '#f7918f',
500: '#f08080',
600: '#b65b5b',
700: '#843b3c',
800: '#581f21',
900: '#310502',
950: '#220000',
},