#58fceb
a light, electric cyan · cool · closest name: turquoise
RGB
88, 252, 235
HSL
174°, 97%, 67%
CMYK
65, 0, 7, 1
Luminance
0.7769
Every format
| HEX | #58fceb |
| RGB | rgb(88, 252, 235) |
| HSL | hsl(174, 97%, 67%) |
| CMYK | cmyk(65%, 0%, 7%, 1%) |
| LAB | lab(90.6 -46.0 -4.3) |
| LCH | lch(90.6 46.2 185.4) |
| OKLCH | oklch(0.902 0.137 185.2) |
Copy-ready code
/* CSS */
color: #58fceb;
background-color: #58fceb;
/* Tailwind (arbitrary) */
class="text-[#58fceb] bg-[#58fceb]"
/* SCSS */
$brand: #58fceb;
/* SwiftUI */
Color(red: 0.345, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#58fceb")Accessibility — WCAG contrast
Aa
#58fceb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58fceb on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green98.8%
Blue92.2%
CMYK percentages
Cyan65.1%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#58fceb text on a black background
contrast 16.54:1
Card sample
#58fceb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58fceb;
Background color
Panel with #58fceb background
background-color: #58fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58fceb; background: linear-gradient(135deg, #58fceb, #58A0FC);