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: #fffed1;
--brand-200: #fffca4;
--brand-300: #fffa76;
--brand-400: #fff83e;
--brand-500: #fff700;
--brand-600: #b8b400;
--brand-700: #7c7b00;
--brand-800: #494900;
--brand-900: #271c00;
--brand-950: #140200;
}Tailwind
brand: {
50: '#ffffff',
100: '#fffed1',
200: '#fffca4',
300: '#fffa76',
400: '#fff83e',
500: '#fff700',
600: '#b8b400',
700: '#7c7b00',
800: '#494900',
900: '#271c00',
950: '#140200',
},