#58f1cf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
88, 241, 207
HSL
167°, 85%, 65%
CMYK
64, 0, 14, 6
Luminance
0.6949
Every format
| HEX | #58f1cf |
| RGB | rgb(88, 241, 207) |
| HSL | hsl(167, 85%, 65%) |
| CMYK | cmyk(64%, 0%, 14%, 6%) |
| LAB | lab(86.7 -48.2 4.6) |
| LCH | lch(86.7 48.4 174.6) |
| OKLCH | oklch(0.868 0.138 175.3) |
Copy-ready code
/* CSS */
color: #58f1cf;
background-color: #58f1cf;
/* Tailwind (arbitrary) */
class="text-[#58f1cf] bg-[#58f1cf]"
/* SCSS */
$brand: #58f1cf;
/* SwiftUI */
Color(red: 0.345, green: 0.945, blue: 0.812)
/* Android */
Color.parseColor("#58f1cf")Accessibility — WCAG contrast
Aa
#58f1cf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58f1cf on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green94.5%
Blue81.2%
CMYK percentages
Cyan63.5%
Magenta0.0%
Yellow14.1%
Key (black)5.5%
Color previews
#58f1cf text on a black background
contrast 14.90:1
Card sample
#58f1cf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58f1cf;
Background color
Panel with #58f1cf background
background-color: #58f1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58f1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 241, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 241, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58f1cf; background: linear-gradient(135deg, #58f1cf, #58ADF1);