#58ceff
a light, electric cyan · cool · closest name: skyblue
RGB
88, 206, 255
HSL
198°, 100%, 67%
CMYK
66, 19, 0, 0
Luminance
0.5344
Every format
| HEX | #58ceff |
| RGB | rgb(88, 206, 255) |
| HSL | hsl(198, 100%, 67%) |
| CMYK | cmyk(66%, 19%, 0%, 0%) |
| LAB | lab(78.1 -18.5 -33.8) |
| LCH | lch(78.1 38.5 241.2) |
| OKLCH | oklch(0.804 0.126 228.8) |
Copy-ready code
/* CSS */
color: #58ceff;
background-color: #58ceff;
/* Tailwind (arbitrary) */
class="text-[#58ceff] bg-[#58ceff]"
/* SCSS */
$brand: #58ceff;
/* SwiftUI */
Color(red: 0.345, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#58ceff")Accessibility — WCAG contrast
Aa
#58ceff on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58ceff on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green80.8%
Blue100.0%
CMYK percentages
Cyan65.5%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#58ceff text on a black background
contrast 11.69:1
Card sample
#58ceff text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58ceff;
Background color
Panel with #58ceff background
background-color: #58ceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58ceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58ceff; background: linear-gradient(135deg, #58ceff, #585FFF);