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: #efffe9;
--brand-200: #deffd3;
--brand-300: #cdffbe;
--brand-400: #baffa8;
--brand-500: #b0ff9d;
--brand-600: #79ba6b;
--brand-700: #4c8141;
--brand-800: #234e1c;
--brand-900: #022100;
--brand-950: #000b00;
}Tailwind
brand: {
50: '#ffffff',
100: '#efffe9',
200: '#deffd3',
300: '#cdffbe',
400: '#baffa8',
500: '#b0ff9d',
600: '#79ba6b',
700: '#4c8141',
800: '#234e1c',
900: '#022100',
950: '#000b00',
},