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: #fcfffc;
--brand-200: #f8fff8;
--brand-300: #f5fff5;
--brand-400: #f2fff2;
--brand-500: #f0fff0;
--brand-600: #adb9ad;
--brand-700: #747e74;
--brand-800: #434a43;
--brand-900: #181d18;
--brand-950: #000200;
}Tailwind
brand: {
50: '#ffffff',
100: '#fcfffc',
200: '#f8fff8',
300: '#f5fff5',
400: '#f2fff2',
500: '#f0fff0',
600: '#adb9ad',
700: '#747e74',
800: '#434a43',
900: '#181d18',
950: '#000200',
},