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: #fbf4fb;
--brand-200: #f3e7f3;
--brand-300: #e9d8e9;
--brand-400: #dec7de;
--brand-500: #d8bfd8;
--brand-600: #9f8a9f;
--brand-700: #6f5e6f;
--brand-800: #443744;
--brand-900: #1e151e;
--brand-950: #090009;
}Tailwind
brand: {
50: '#ffffff',
100: '#fbf4fb',
200: '#f3e7f3',
300: '#e9d8e9',
400: '#dec7de',
500: '#d8bfd8',
600: '#9f8a9f',
700: '#6f5e6f',
800: '#443744',
900: '#1e151e',
950: '#090009',
},