#558cfd
a light, electric blue · cool · closest name: dodgerblue
RGB
85, 140, 253
HSL
220°, 98%, 66%
CMYK
66, 45, 0, 1
Luminance
0.2778
Every format
| HEX | #558cfd |
| RGB | rgb(85, 140, 253) |
| HSL | hsl(220, 98%, 66%) |
| CMYK | cmyk(66%, 45%, 0%, 1%) |
| LAB | lab(59.7 17.4 -61.7) |
| LCH | lch(59.7 64.1 285.7) |
| OKLCH | oklch(0.658 0.178 262.9) |
Copy-ready code
/* CSS */
color: #558cfd;
background-color: #558cfd;
/* Tailwind (arbitrary) */
class="text-[#558cfd] bg-[#558cfd]"
/* SCSS */
$brand: #558cfd;
/* SwiftUI */
Color(red: 0.333, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#558cfd")Accessibility — WCAG contrast
Aa
#558cfd on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#558cfd on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green54.9%
Blue99.2%
CMYK percentages
Cyan66.4%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#558cfd text on a black background
contrast 6.56:1
Card sample
#558cfd text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #558cfd;
Background color
Panel with #558cfd background
background-color: #558cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #558cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #558cfd; background: linear-gradient(135deg, #558cfd, #8E55FD);