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: #dfdfcf;
--brand-200: #b4b497;
--brand-300: #83855c;
--brand-400: #515522;
--brand-500: #373e02;
--brand-600: #2b3000;
--brand-700: #212400;
--brand-800: #191900;
--brand-900: #0d0c00;
--brand-950: #030200;
}Tailwind
brand: {
50: '#ffffff',
100: '#dfdfcf',
200: '#b4b497',
300: '#83855c',
400: '#515522',
500: '#373e02',
600: '#2b3000',
700: '#212400',
800: '#191900',
900: '#0d0c00',
950: '#030200',
},