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: #fffcfe;
--brand-200: #fff9fc;
--brand-300: #fff6f9;
--brand-400: #fff2f6;
--brand-500: #fff0f5;
--brand-600: #baadb2;
--brand-700: #807679;
--brand-800: #4c4547;
--brand-900: #1f1a1c;
--brand-950: #060001;
}Tailwind
brand: {
50: '#ffffff',
100: '#fffcfe',
200: '#fff9fc',
300: '#fff6f9',
400: '#fff2f6',
500: '#fff0f5',
600: '#baadb2',
700: '#807679',
800: '#4c4547',
900: '#1f1a1c',
950: '#060001',
},