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: #dbf5f3;
--brand-200: #b2e6e1;
--brand-300: #84d3cc;
--brand-400: #4cbdb6;
--brand-500: #20b2aa;
--brand-600: #00847d;
--brand-700: #005d58;
--brand-800: #003a37;
--brand-900: #001d19;
--brand-950: #000c05;
}Tailwind
brand: {
50: '#ffffff',
100: '#dbf5f3',
200: '#b2e6e1',
300: '#84d3cc',
400: '#4cbdb6',
500: '#20b2aa',
600: '#00847d',
700: '#005d58',
800: '#003a37',
900: '#001d19',
950: '#000c05',
},