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: #ffecda;
--brand-200: #ffd5b3;
--brand-300: #ffbc8b;
--brand-400: #f7a262;
--brand-500: #f0944d;
--brand-600: #b46a30;
--brand-700: #824717;
--brand-800: #542800;
--brand-900: #300b00;
--brand-950: #220000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffecda',
200: '#ffd5b3',
300: '#ffbc8b',
400: '#f7a262',
500: '#f0944d',
600: '#b46a30',
700: '#824717',
800: '#542800',
900: '#300b00',
950: '#220000',
},