Shades & Tints Generator

Generate lighter and darker variations of any color

Color Variations
Click to copy the shade color
#C2CBF7
#ABB8F3
#94A5F0
#7D91ED
Base
#667EEA
Base
#667EEA
#576BC7
#4758A4
#384581
#29325E
CSS Variables
:root {
  --color-50: #c2cbf7;
  --color-100: #abb8f3;
  --color-200: #94a5f0;
  --color-300: #7d91ed;
  --color-400: #667eea;
  --color-500: #667eea; /* base */
  --color-600: #576bc7;
  --color-700: #4758a4;
  --color-800: #384581;
  --color-900: #29325e;
  --color-950: undefined;
}
Controls

Toggle to reset text contrast

💡 Pro Tip

Use the 500 variant as your primary color, 100-300 for backgrounds, and 700-900 for text or emphasis.