#58ebfd
a light, electric cyan · cool · closest name: cyan
RGB
88, 235, 253
HSL
187°, 98%, 67%
CMYK
65, 7, 0, 1
Luminance
0.6858
Every format
| HEX | #58ebfd |
| RGB | rgb(88, 235, 253) |
| HSL | hsl(187, 98%, 67%) |
| CMYK | cmyk(65%, 7%, 0%, 1%) |
| LAB | lab(86.3 -33.4 -20.2) |
| LCH | lch(86.3 39.1 211.2) |
| OKLCH | oklch(0.869 0.125 206.6) |
Copy-ready code
/* CSS */
color: #58ebfd;
background-color: #58ebfd;
/* Tailwind (arbitrary) */
class="text-[#58ebfd] bg-[#58ebfd]"
/* SCSS */
$brand: #58ebfd;
/* SwiftUI */
Color(red: 0.345, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#58ebfd")Accessibility — WCAG contrast
Aa
#58ebfd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58ebfd on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green92.2%
Blue99.2%
CMYK percentages
Cyan65.2%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#58ebfd text on a black background
contrast 14.72:1
Card sample
#58ebfd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58ebfd;
Background color
Panel with #58ebfd background
background-color: #58ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58ebfd; background: linear-gradient(135deg, #58ebfd, #587DFD);