#58fcff
a light, electric cyan · cool · closest name: cyan
RGB
88, 252, 255
HSL
181°, 100%, 67%
CMYK
66, 1, 0, 0
Luminance
0.7892
Every format
| HEX | #58fcff |
| RGB | rgb(88, 252, 255) |
| HSL | hsl(181, 100%, 67%) |
| CMYK | cmyk(66%, 1%, 0%, 0%) |
| LAB | lab(91.2 -40.7 -13.9) |
| LCH | lch(91.2 43.0 198.9) |
| OKLCH | oklch(0.909 0.133 196.8) |
Copy-ready code
/* CSS */
color: #58fcff;
background-color: #58fcff;
/* Tailwind (arbitrary) */
class="text-[#58fcff] bg-[#58fcff]"
/* SCSS */
$brand: #58fcff;
/* SwiftUI */
Color(red: 0.345, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#58fcff")Accessibility — WCAG contrast
Aa
#58fcff on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58fcff on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green98.8%
Blue100.0%
CMYK percentages
Cyan65.5%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#58fcff text on a black background
contrast 16.78:1
Card sample
#58fcff text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58fcff;
Background color
Panel with #58fcff background
background-color: #58fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58fcff; background: linear-gradient(135deg, #58fcff, #588DFF);