#558fe2
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
85, 143, 226
HSL
215°, 71%, 61%
CMYK
62, 37, 0, 11
Luminance
0.2707
Every format
| HEX | #558fe2 |
| RGB | rgb(85, 143, 226) |
| HSL | hsl(215, 71%, 61%) |
| CMYK | cmyk(62%, 37%, 0%, 11%) |
| LAB | lab(59.0 6.4 -47.8) |
| LCH | lch(59.0 48.3 277.7) |
| OKLCH | oklch(0.648 0.139 257.5) |
Copy-ready code
/* CSS */
color: #558fe2;
background-color: #558fe2;
/* Tailwind (arbitrary) */
class="text-[#558fe2] bg-[#558fe2]"
/* SCSS */
$brand: #558fe2;
/* SwiftUI */
Color(red: 0.333, green: 0.561, blue: 0.886)
/* Android */
Color.parseColor("#558fe2")Accessibility — WCAG contrast
Aa
#558fe2 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#558fe2 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green56.1%
Blue88.6%
CMYK percentages
Cyan62.4%
Magenta36.7%
Yellow0.0%
Key (black)11.4%
Color previews
#558fe2 text on a black background
contrast 6.41:1
Card sample
#558fe2 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #558fe2;
Background color
Panel with #558fe2 background
background-color: #558fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #558fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 143, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 143, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #558fe2; background: linear-gradient(135deg, #558fe2, #7955E2);