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: #ede7ef;
--brand-200: #d2c7d7;
--brand-300: #b3a4ba;
--brand-400: #937f9c;
--brand-500: #826d8c;
--brand-600: #61506a;
--brand-700: #46384d;
--brand-800: #2d2232;
--brand-900: #170d1b;
--brand-950: #08000d;
}Tailwind
brand: {
50: '#ffffff',
100: '#ede7ef',
200: '#d2c7d7',
300: '#b3a4ba',
400: '#937f9c',
500: '#826d8c',
600: '#61506a',
700: '#46384d',
800: '#2d2232',
900: '#170d1b',
950: '#08000d',
},