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: #fbe1d6;
--brand-200: #eabba7;
--brand-300: #d19276;
--brand-400: #b26845;
--brand-500: #a0522d;
--brand-600: #7b3b1d;
--brand-700: #5b2810;
--brand-800: #401700;
--brand-900: #2a0300;
--brand-950: #1f0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fbe1d6',
200: '#eabba7',
300: '#d19276',
400: '#b26845',
500: '#a0522d',
600: '#7b3b1d',
700: '#5b2810',
800: '#401700',
900: '#2a0300',
950: '#1f0000',
},