#58acfd
a light, electric blue · cool · closest name: dodgerblue
RGB
88, 172, 253
HSL
210°, 98%, 67%
CMYK
65, 32, 0, 1
Luminance
0.3867
Every format
| HEX | #58acfd |
| RGB | rgb(88, 172, 253) |
| HSL | hsl(210, 98%, 67%) |
| CMYK | cmyk(65%, 32%, 0%, 1%) |
| LAB | lab(68.5 -0.8 -47.7) |
| LCH | lch(68.5 47.7 269.0) |
| OKLCH | oklch(0.727 0.144 249.7) |
Copy-ready code
/* CSS */
color: #58acfd;
background-color: #58acfd;
/* Tailwind (arbitrary) */
class="text-[#58acfd] bg-[#58acfd]"
/* SCSS */
$brand: #58acfd;
/* SwiftUI */
Color(red: 0.345, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#58acfd")Accessibility — WCAG contrast
Aa
#58acfd on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58acfd on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green67.5%
Blue99.2%
CMYK percentages
Cyan65.2%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#58acfd text on a black background
contrast 8.73:1
Card sample
#58acfd text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58acfd;
Background color
Panel with #58acfd background
background-color: #58acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58acfd; background: linear-gradient(135deg, #58acfd, #7258FD);