#445afd
a balanced, electric blue · warm · closest name: royalblue
RGB
68, 90, 253
HSL
233°, 98%, 63%
CMYK
73, 64, 0, 1
Luminance
0.1563
Every format
| HEX | #445afd |
| RGB | rgb(68, 90, 253) |
| HSL | hsl(233, 98%, 63%) |
| CMYK | cmyk(73%, 64%, 0%, 1%) |
| LAB | lab(46.5 45.6 -83.2) |
| LCH | lch(46.5 94.9 298.8) |
| OKLCH | oklch(0.557 0.240 270.3) |
Copy-ready code
/* CSS */
color: #445afd;
background-color: #445afd;
/* Tailwind (arbitrary) */
class="text-[#445afd] bg-[#445afd]"
/* SCSS */
$brand: #445afd;
/* SwiftUI */
Color(red: 0.267, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#445afd")Accessibility — WCAG contrast
Aa
#445afd on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#445afd on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green35.3%
Blue99.2%
CMYK percentages
Cyan73.1%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#445afd text on a black background
contrast 4.13:1
Card sample
#445afd text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445afd;
Background color
Panel with #445afd background
background-color: #445afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445afd; background: linear-gradient(135deg, #445afd, #A944FD);