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: #ffe0ce;
--brand-200: #feba98;
--brand-300: #eb9161;
--brand-400: #d06528;
--brand-500: #c04e01;
--brand-600: #943600;
--brand-700: #6e2200;
--brand-800: #4d1000;
--brand-900: #330000;
--brand-950: #280000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe0ce',
200: '#feba98',
300: '#eb9161',
400: '#d06528',
500: '#c04e01',
600: '#943600',
700: '#6e2200',
800: '#4d1000',
900: '#330000',
950: '#280000',
},