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: #ffddd4;
--brand-200: #eeb2a2;
--brand-300: #d4836f;
--brand-400: #b3513c;
--brand-500: #a03623;
--brand-600: #7c2516;
--brand-700: #5e170a;
--brand-800: #440900;
--brand-900: #2e0000;
--brand-950: #250000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffddd4',
200: '#eeb2a2',
300: '#d4836f',
400: '#b3513c',
500: '#a03623',
600: '#7c2516',
700: '#5e170a',
800: '#440900',
900: '#2e0000',
950: '#250000',
},