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: #ffdae0;
--brand-200: #f6abb7;
--brand-300: #e0778c;
--brand-400: #c23b61;
--brand-500: #b0054b;
--brand-600: #8a0037;
--brand-700: #690027;
--brand-800: #4c0018;
--brand-900: #330003;
--brand-950: #280000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdae0',
200: '#f6abb7',
300: '#e0778c',
400: '#c23b61',
500: '#b0054b',
600: '#8a0037',
700: '#690027',
800: '#4c0018',
900: '#330003',
950: '#280000',
},