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: #f4d5d4;
--brand-200: #d6a19f;
--brand-300: #b06867;
--brand-400: #822b31;
--brand-500: #680018;
--brand-600: #540011;
--brand-700: #430007;
--brand-800: #340000;
--brand-900: #290000;
--brand-950: #220000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f4d5d4',
200: '#d6a19f',
300: '#b06867',
400: '#822b31',
500: '#680018',
600: '#540011',
700: '#430007',
800: '#340000',
900: '#290000',
950: '#220000',
},