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: #ffe1cf;
--brand-200: #f3ba99;
--brand-300: #dc9162;
--brand-400: #be652a;
--brand-500: #ac4f06;
--brand-600: #843800;
--brand-700: #632500;
--brand-800: #461400;
--brand-900: #2f0000;
--brand-950: #250000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe1cf',
200: '#f3ba99',
300: '#dc9162',
400: '#be652a',
500: '#ac4f06',
600: '#843800',
700: '#632500',
800: '#461400',
900: '#2f0000',
950: '#250000',
},