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: #ffe6db;
--brand-200: #f4c6b3;
--brand-300: #e2a388;
--brand-400: #ca7f5d;
--brand-500: #bd6c48;
--brand-600: #904e31;
--brand-700: #69351d;
--brand-800: #471e0a;
--brand-900: #2b0700;
--brand-950: #1f0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffe6db',
200: '#f4c6b3',
300: '#e2a388',
400: '#ca7f5d',
500: '#bd6c48',
600: '#904e31',
700: '#69351d',
800: '#471e0a',
900: '#2b0700',
950: '#1f0000',
},