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: #ecfff7;
--brand-200: #d9ffed;
--brand-300: #c5ffe4;
--brand-400: #b0fcda;
--brand-500: #a5fbd5;
--brand-600: #71b799;
--brand-700: #457f66;
--brand-800: #1d4c3a;
--brand-900: #002013;
--brand-950: #000a00;
}Tailwind
brand: {
50: '#ffffff',
100: '#ecfff7',
200: '#d9ffed',
300: '#c5ffe4',
400: '#b0fcda',
500: '#a5fbd5',
600: '#71b799',
700: '#457f66',
800: '#1d4c3a',
900: '#002013',
950: '#000a00',
},