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: #fffcf4;
--brand-200: #fff7e9;
--brand-300: #fff3de;
--brand-400: #ffeed3;
--brand-500: #ffebcd;
--brand-600: #baaa92;
--brand-700: #807460;
--brand-800: #4d4435;
--brand-900: #211a0e;
--brand-950: #0a0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fffcf4',
200: '#fff7e9',
300: '#fff3de',
400: '#ffeed3',
500: '#ffebcd',
600: '#baaa92',
700: '#807460',
800: '#4d4435',
900: '#211a0e',
950: '#0a0000',
},