Victoria
See how #534491 looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Victoria Base */
--color-primary: #534491;
--color-primary-rgb: 83 68 145;
--color-primary-hsl: 252 36% 42%;
/* Foreground text color based on contrast */
--color-primary-foreground: #ffffff;
/* Shades */
--color-primary-50: #efeef7;
--color-primary-100: #d0cbe7;
--color-primary-200: #b1a8d6;
--color-primary-300: #9286c6;
--color-primary-400: #7363b6;
--color-primary-500: #5a499c;
--color-primary-600: #463979;
--color-primary-700: #322957;
--color-primary-800: #1e1834;
--color-primary-900: #0a0811;
}