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: #fff9d2;
--brand-200: #fbf0a5;
--brand-300: #f1e676;
--brand-400: #e4dc41;
--brand-500: #ddd618;
--brand-600: #a09c00;
--brand-700: #6d6c00;
--brand-800: #414100;
--brand-900: #241a00;
--brand-950: #120200;
}Tailwind
brand: {
50: '#ffffff',
100: '#fff9d2',
200: '#fbf0a5',
300: '#f1e676',
400: '#e4dc41',
500: '#ddd618',
600: '#a09c00',
700: '#6d6c00',
800: '#414100',
900: '#241a00',
950: '#120200',
},