#558afd
a light, electric blue · cool · closest name: dodgerblue
RGB
85, 138, 253
HSL
221°, 98%, 66%
CMYK
66, 46, 0, 1
Luminance
0.2720
Every format
| HEX | #558afd |
| RGB | rgb(85, 138, 253) |
| HSL | hsl(221, 98%, 66%) |
| CMYK | cmyk(66%, 46%, 0%, 1%) |
| LAB | lab(59.2 18.6 -62.6) |
| LCH | lch(59.2 65.3 286.5) |
| OKLCH | oklch(0.654 0.180 263.6) |
Copy-ready code
/* CSS */
color: #558afd;
background-color: #558afd;
/* Tailwind (arbitrary) */
class="text-[#558afd] bg-[#558afd]"
/* SCSS */
$brand: #558afd;
/* SwiftUI */
Color(red: 0.333, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#558afd")Accessibility — WCAG contrast
Aa
#558afd on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#558afd on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green54.1%
Blue99.2%
CMYK percentages
Cyan66.4%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#558afd text on a black background
contrast 6.44:1
Card sample
#558afd text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #558afd;
Background color
Panel with #558afd background
background-color: #558afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #558afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #558afd; background: linear-gradient(135deg, #558afd, #9055FD);