#58cfe8
a balanced, electric cyan · cool · closest name: skyblue
RGB
88, 207, 232
HSL
190°, 76%, 63%
CMYK
62, 11, 0, 9
Luminance
0.5253
Every format
| HEX | #58cfe8 |
| RGB | rgb(88, 207, 232) |
| HSL | hsl(190, 76%, 63%) |
| CMYK | cmyk(62%, 11%, 0%, 9%) |
| LAB | lab(77.6 -25.9 -22.3) |
| LCH | lch(77.6 34.2 220.7) |
| OKLCH | oklch(0.797 0.111 213.9) |
Copy-ready code
/* CSS */
color: #58cfe8;
background-color: #58cfe8;
/* Tailwind (arbitrary) */
class="text-[#58cfe8] bg-[#58cfe8]"
/* SCSS */
$brand: #58cfe8;
/* SwiftUI */
Color(red: 0.345, green: 0.812, blue: 0.910)
/* Android */
Color.parseColor("#58cfe8")Accessibility — WCAG contrast
Aa
#58cfe8 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58cfe8 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green81.2%
Blue91.0%
CMYK percentages
Cyan62.1%
Magenta10.8%
Yellow0.0%
Key (black)9.0%
Color previews
#58cfe8 text on a black background
contrast 11.51:1
Card sample
#58cfe8 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58cfe8;
Background color
Panel with #58cfe8 background
background-color: #58cfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58cfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 207, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 207, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58cfe8; background: linear-gradient(135deg, #58cfe8, #586FE8);