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: #ffd7cd;
--brand-200: #eba594;
--brand-300: #cb6e59;
--brand-400: #a3311f;
--brand-500: #8b0000;
--brand-600: #6f0000;
--brand-700: #570000;
--brand-800: #420000;
--brand-900: #310000;
--brand-950: #280000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffd7cd',
200: '#eba594',
300: '#cb6e59',
400: '#a3311f',
500: '#8b0000',
600: '#6f0000',
700: '#570000',
800: '#420000',
900: '#310000',
950: '#280000',
},