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: #fff7ef;
--brand-200: #ffecde;
--brand-300: #ffe1cc;
--brand-400: #fdd4ba;
--brand-500: #fbceb1;
--brand-600: #b9957d;
--brand-700: #826552;
--brand-800: #503b2c;
--brand-900: #251607;
--brand-950: #130000;
}Tailwind
brand: {
50: '#ffffff',
100: '#fff7ef',
200: '#ffecde',
300: '#ffe1cc',
400: '#fdd4ba',
500: '#fbceb1',
600: '#b9957d',
700: '#826552',
800: '#503b2c',
900: '#251607',
950: '#130000',
},