#58dfbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
88, 223, 191
HSL
166°, 68%, 61%
CMYK
61, 0, 14, 13
Luminance
0.5861
Every format
| HEX | #58dfbf |
| RGB | rgb(88, 223, 191) |
| HSL | hsl(166, 68%, 61%) |
| CMYK | cmyk(61%, 0%, 14%, 13%) |
| LAB | lab(81.1 -44.3 4.8) |
| LCH | lch(81.1 44.6 173.8) |
| OKLCH | oklch(0.821 0.127 174.6) |
Copy-ready code
/* CSS */
color: #58dfbf;
background-color: #58dfbf;
/* Tailwind (arbitrary) */
class="text-[#58dfbf] bg-[#58dfbf]"
/* SCSS */
$brand: #58dfbf;
/* SwiftUI */
Color(red: 0.345, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#58dfbf")Accessibility — WCAG contrast
Aa
#58dfbf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58dfbf on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green87.5%
Blue74.9%
CMYK percentages
Cyan60.5%
Magenta0.0%
Yellow14.3%
Key (black)12.5%
Color previews
#58dfbf text on a black background
contrast 12.72:1
Card sample
#58dfbf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58dfbf;
Background color
Panel with #58dfbf background
background-color: #58dfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58dfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58dfbf; background: linear-gradient(135deg, #58dfbf, #58A5DF);