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: #ffe4e0;
--brand-200: #ffc4be;
--brand-300: #ff9f9a;
--brand-400: #ff7775;
--brand-500: #ff6163;
--brand-600: #c34145;
--brand-700: #90252b;
--brand-800: #610a15;
--brand-900: #390000;
--brand-950: #2a0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe4e0',
200: '#ffc4be',
300: '#ff9f9a',
400: '#ff7775',
500: '#ff6163',
600: '#c34145',
700: '#90252b',
800: '#610a15',
900: '#390000',
950: '#2a0000',
},