#58ffeb
a light, electric cyan · cool · closest name: turquoise
RGB
88, 255, 235
HSL
173°, 100%, 67%
CMYK
66, 0, 8, 0
Luminance
0.7959
Every format
| HEX | #58ffeb |
| RGB | rgb(88, 255, 235) |
| HSL | hsl(173, 100%, 67%) |
| CMYK | cmyk(66%, 0%, 8%, 0%) |
| LAB | lab(91.5 -47.3 -3.1) |
| LCH | lch(91.5 47.4 183.7) |
| OKLCH | oklch(0.909 0.139 183.7) |
Copy-ready code
/* CSS */
color: #58ffeb;
background-color: #58ffeb;
/* Tailwind (arbitrary) */
class="text-[#58ffeb] bg-[#58ffeb]"
/* SCSS */
$brand: #58ffeb;
/* SwiftUI */
Color(red: 0.345, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#58ffeb")Accessibility — WCAG contrast
Aa
#58ffeb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58ffeb on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green100.0%
Blue92.2%
CMYK percentages
Cyan65.5%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#58ffeb text on a black background
contrast 16.92:1
Card sample
#58ffeb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58ffeb;
Background color
Panel with #58ffeb background
background-color: #58ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58ffeb; background: linear-gradient(135deg, #58ffeb, #58A4FF);