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: #f0fffb;
--brand-200: #e1fff7;
--brand-300: #d1fff2;
--brand-400: #c1ffee;
--brand-500: #b8ffeb;
--brand-600: #80baaa;
--brand-700: #518073;
--brand-800: #274c43;
--brand-900: #022019;
--brand-950: #000800;
}Tailwind
brand: {
50: '#ffffff',
100: '#f0fffb',
200: '#e1fff7',
300: '#d1fff2',
400: '#c1ffee',
500: '#b8ffeb',
600: '#80baaa',
700: '#518073',
800: '#274c43',
900: '#022019',
950: '#000800',
},