#445dfe
a balanced, electric blue · warm · closest name: royalblue
RGB
68, 93, 254
HSL
232°, 99%, 63%
CMYK
73, 63, 0, 0
Luminance
0.1621
Every format
| HEX | #445dfe |
| RGB | rgb(68, 93, 254) |
| HSL | hsl(232, 99%, 63%) |
| CMYK | cmyk(73%, 63%, 0%, 0%) |
| LAB | lab(47.3 44.2 -82.5) |
| LCH | lch(47.3 93.6 298.2) |
| OKLCH | oklch(0.563 0.238 269.9) |
Copy-ready code
/* CSS */
color: #445dfe;
background-color: #445dfe;
/* Tailwind (arbitrary) */
class="text-[#445dfe] bg-[#445dfe]"
/* SCSS */
$brand: #445dfe;
/* SwiftUI */
Color(red: 0.267, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#445dfe")Accessibility — WCAG contrast
Aa
#445dfe on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#445dfe on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green36.5%
Blue99.6%
CMYK percentages
Cyan73.2%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#445dfe text on a black background
contrast 4.24:1
Card sample
#445dfe text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445dfe;
Background color
Panel with #445dfe background
background-color: #445dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445dfe; background: linear-gradient(135deg, #445dfe, #A744FE);