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: #ffdecf;
--brand-200: #fab69a;
--brand-300: #e58a64;
--brand-400: #c85b2d;
--brand-500: #b7410e;
--brand-600: #8d2d03;
--brand-700: #6a1b00;
--brand-800: #4c0a00;
--brand-900: #330000;
--brand-950: #280000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffdecf',
200: '#fab69a',
300: '#e58a64',
400: '#c85b2d',
500: '#b7410e',
600: '#8d2d03',
700: '#6a1b00',
800: '#4c0a00',
900: '#330000',
950: '#280000',
},