Vulcan
See how #10121D looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Vulcan Base */
--color-primary: #10121D;
--color-primary-rgb: 16 18 29;
--color-primary-hsl: 231 29% 9%;
/* Foreground text color based on contrast */
--color-primary-foreground: #ffffff;
/* Shades */
--color-primary-50: #eff0f6;
--color-primary-100: #ced1e4;
--color-primary-200: #adb2d2;
--color-primary-300: #8c94c0;
--color-primary-400: #6b75ae;
--color-primary-500: #515b94;
--color-primary-600: #3f4773;
--color-primary-700: #2d3352;
--color-primary-800: #1b1e31;
--color-primary-900: #090a10;
}