#58ceac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
88, 206, 172
HSL
163°, 55%, 58%
CMYK
57, 0, 17, 19
Luminance
0.4920
Every format
| HEX | #58ceac |
| RGB | rgb(88, 206, 172) |
| HSL | hsl(163, 55%, 58%) |
| CMYK | cmyk(57%, 0%, 17%, 19%) |
| LAB | lab(75.6 -41.4 7.0) |
| LCH | lch(75.6 42.0 170.4) |
| OKLCH | oklch(0.775 0.118 171.3) |
Copy-ready code
/* CSS */
color: #58ceac;
background-color: #58ceac;
/* Tailwind (arbitrary) */
class="text-[#58ceac] bg-[#58ceac]"
/* SCSS */
$brand: #58ceac;
/* SwiftUI */
Color(red: 0.345, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#58ceac")Accessibility — WCAG contrast
Aa
#58ceac on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58ceac on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green80.8%
Blue67.5%
CMYK percentages
Cyan57.3%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#58ceac text on a black background
contrast 10.84:1
Card sample
#58ceac text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58ceac;
Background color
Panel with #58ceac background
background-color: #58ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58ceac; background: linear-gradient(135deg, #58ceac, #58A1CE);