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: #e8e2df;
--brand-200: #c6bcb6;
--brand-300: #a0928a;
--brand-400: #78665d;
--brand-500: #635147;
--brand-600: #4b3d35;
--brand-700: #372c25;
--brand-800: #251c17;
--brand-900: #160b03;
--brand-950: #0a0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#e8e2df',
200: '#c6bcb6',
300: '#a0928a',
400: '#78665d',
500: '#635147',
600: '#4b3d35',
700: '#372c25',
800: '#251c17',
900: '#160b03',
950: '#0a0000',
},