#58cfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
88, 207, 172
HSL
162°, 55%, 58%
CMYK
58, 0, 17, 19
Luminance
0.4968
Every format
| HEX | #58cfac |
| RGB | rgb(88, 207, 172) |
| HSL | hsl(162, 55%, 58%) |
| CMYK | cmyk(58%, 0%, 17%, 19%) |
| LAB | lab(75.9 -41.8 7.4) |
| LCH | lch(75.9 42.5 169.9) |
| OKLCH | oklch(0.777 0.119 170.9) |
Copy-ready code
/* CSS */
color: #58cfac;
background-color: #58cfac;
/* Tailwind (arbitrary) */
class="text-[#58cfac] bg-[#58cfac]"
/* SCSS */
$brand: #58cfac;
/* SwiftUI */
Color(red: 0.345, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#58cfac")Accessibility — WCAG contrast
Aa
#58cfac on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58cfac on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green81.2%
Blue67.5%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#58cfac text on a black background
contrast 10.94:1
Card sample
#58cfac text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58cfac;
Background color
Panel with #58cfac background
background-color: #58cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58cfac; background: linear-gradient(135deg, #58cfac, #58A2CF);