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: #ffefde;
--brand-200: #ffdcbb;
--brand-300: #ffc697;
--brand-400: #fab073;
--brand-500: #f4a460;
--brand-600: #b6763f;
--brand-700: #825023;
--brand-800: #542e09;
--brand-900: #2d0f00;
--brand-950: #1f0000;
}Tailwind
brand: {
50: '#ffffff',
100: '#ffefde',
200: '#ffdcbb',
300: '#ffc697',
400: '#fab073',
500: '#f4a460',
600: '#b6763f',
700: '#825023',
800: '#542e09',
900: '#2d0f00',
950: '#1f0000',
},