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: #fbeeff;
--brand-200: #f0d8ff;
--brand-300: #e3c1ff;
--brand-400: #d3a8fb;
--brand-500: #ca9bf7;
--brand-600: #966fbb;
--brand-700: #694b88;
--brand-800: #422b5a;
--brand-900: #1e0e31;
--brand-950: #10001c;
}Tailwind
brand: {
50: '#ffffff',
100: '#fbeeff',
200: '#f0d8ff',
300: '#e3c1ff',
400: '#d3a8fb',
500: '#ca9bf7',
600: '#966fbb',
700: '#694b88',
800: '#422b5a',
900: '#1e0e31',
950: '#10001c',
},