#58cffc
a light, electric cyan · cool · closest name: skyblue
RGB
88, 207, 252
HSL
197°, 97%, 67%
CMYK
65, 18, 0, 1
Luminance
0.5373
Every format
| HEX | #58cffc |
| RGB | rgb(88, 207, 252) |
| HSL | hsl(197, 97%, 67%) |
| CMYK | cmyk(65%, 18%, 0%, 1%) |
| LAB | lab(78.3 -20.0 -31.9) |
| LCH | lch(78.3 37.6 238.0) |
| OKLCH | oklch(0.805 0.123 226.5) |
Copy-ready code
/* CSS */
color: #58cffc;
background-color: #58cffc;
/* Tailwind (arbitrary) */
class="text-[#58cffc] bg-[#58cffc]"
/* SCSS */
$brand: #58cffc;
/* SwiftUI */
Color(red: 0.345, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#58cffc")Accessibility — WCAG contrast
Aa
#58cffc on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58cffc on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green81.2%
Blue98.8%
CMYK percentages
Cyan65.1%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#58cffc text on a black background
contrast 11.75:1
Card sample
#58cffc text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58cffc;
Background color
Panel with #58cffc background
background-color: #58cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58cffc; background: linear-gradient(135deg, #58cffc, #5862FC);