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: #e6fff7;
--brand-200: #ccffed;
--brand-300: #b0ffe3;
--brand-400: #91ffd9;
--brand-500: #7fffd4;
--brand-600: #4fbb98;
--brand-700: #258166;
--brand-800: #004e3a;
--brand-900: #002213;
--brand-950: #000d00;
}Tailwind
brand: {
50: '#ffffff',
100: '#e6fff7',
200: '#ccffed',
300: '#b0ffe3',
400: '#91ffd9',
500: '#7fffd4',
600: '#4fbb98',
700: '#258166',
800: '#004e3a',
900: '#002213',
950: '#000d00',
},