#58cfb2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
88, 207, 178
HSL
165°, 55%, 58%
CMYK
58, 0, 14, 19
Luminance
0.4991
Every format
| HEX | #58cfb2 |
| RGB | rgb(88, 207, 178) |
| HSL | hsl(165, 55%, 58%) |
| CMYK | cmyk(58%, 0%, 14%, 19%) |
| LAB | lab(76.0 -40.4 4.4) |
| LCH | lch(76.0 40.6 173.8) |
| OKLCH | oklch(0.779 0.116 174.5) |
Copy-ready code
/* CSS */
color: #58cfb2;
background-color: #58cfb2;
/* Tailwind (arbitrary) */
class="text-[#58cfb2] bg-[#58cfb2]"
/* SCSS */
$brand: #58cfb2;
/* SwiftUI */
Color(red: 0.345, green: 0.812, blue: 0.698)
/* Android */
Color.parseColor("#58cfb2")Accessibility — WCAG contrast
Aa
#58cfb2 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58cfb2 on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green81.2%
Blue69.8%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow14.0%
Key (black)18.8%
Color previews
#58cfb2 text on a black background
contrast 10.98:1
Card sample
#58cfb2 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58cfb2;
Background color
Panel with #58cfb2 background
background-color: #58cfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58cfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 207, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 207, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58cfb2; background: linear-gradient(135deg, #58cfb2, #589DCF);