Medium Purple
See how #A770EF looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Medium Purple Base */
--color-primary: #A770EF;
--color-primary-rgb: 167 112 239;
--color-primary-hsl: 266 80% 69%;
/* Foreground text color based on contrast */
--color-primary-foreground: #000000;
/* Shades */
--color-primary-50: #f1e8fc;
--color-primary-100: #d5baf7;
--color-primary-200: #b88cf2;
--color-primary-300: #9c5eed;
--color-primary-400: #8030e8;
--color-primary-500: #6717cf;
--color-primary-600: #5012a1;
--color-primary-700: #390d73;
--color-primary-800: #220845;
--color-primary-900: #0b0317;
}