Azure Radiance
See how #0083FE looks when applied to real interface components.
Use lighter tints for backgrounds to maintain readability while keeping brand identity.
:root {
/* Azure Radiance Base */
--color-primary: #0083FE;
--color-primary-rgb: 0 131 254;
--color-primary-hsl: 209 100% 50%;
/* Foreground text color based on contrast */
--color-primary-foreground: #ffffff;
/* Shades */
--color-primary-50: #e5f3ff;
--color-primary-100: #b3daff;
--color-primary-200: #80c1ff;
--color-primary-300: #4da9ff;
--color-primary-400: #1a90ff;
--color-primary-500: #0077e6;
--color-primary-600: #005cb3;
--color-primary-700: #004280;
--color-primary-800: #00284d;
--color-primary-900: #000d1a;
}