#58cdba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
88, 205, 186
HSL
170°, 54%, 58%
CMYK
57, 0, 9, 20
Luminance
0.4928
Every format
| HEX | #58cdba |
| RGB | rgb(88, 205, 186) |
| HSL | hsl(170, 54%, 58%) |
| CMYK | cmyk(57%, 0%, 9%, 20%) |
| LAB | lab(75.6 -37.5 -0.5) |
| LCH | lch(75.6 37.5 180.7) |
| OKLCH | oklch(0.776 0.109 181.0) |
Copy-ready code
/* CSS */
color: #58cdba;
background-color: #58cdba;
/* Tailwind (arbitrary) */
class="text-[#58cdba] bg-[#58cdba]"
/* SCSS */
$brand: #58cdba;
/* SwiftUI */
Color(red: 0.345, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#58cdba")Accessibility — WCAG contrast
Aa
#58cdba on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58cdba on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green80.4%
Blue72.9%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow9.3%
Key (black)19.6%
Color previews
#58cdba text on a black background
contrast 10.86:1
Card sample
#58cdba text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58cdba;
Background color
Panel with #58cdba background
background-color: #58cdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58cdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58cdba; background: linear-gradient(135deg, #58cdba, #5892CD);