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: #ffdbd3;
--brand-200: #faaea1;
--brand-300: #e37c6e;
--brand-400: #c4453b;
--brand-500: #b22222;
--brand-600: #8b1215;
--brand-700: #6a0309;
--brand-800: #4c0000;
--brand-900: #340000;
--brand-950: #290000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdbd3',
200: '#faaea1',
300: '#e37c6e',
400: '#c4453b',
500: '#b22222',
600: '#8b1215',
700: '#6a0309',
800: '#4c0000',
900: '#340000',
950: '#290000',
},