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: #f3f1ea;
--brand-200: #e3dfd0;
--brand-300: #cfcab5;
--brand-400: #bab399;
--brand-500: #afa88b;
--brand-600: #817b63;
--brand-700: #5a5542;
--brand-800: #373425;
--brand-900: #191606;
--brand-950: #050000;
}Tailwind
brand: {
50: '#ffffff',
100: '#f3f1ea',
200: '#e3dfd0',
300: '#cfcab5',
400: '#bab399',
500: '#afa88b',
600: '#817b63',
700: '#5a5542',
800: '#373425',
900: '#191606',
950: '#050000',
},