#58bcaf
a balanced, soft cyan · cool · closest name: turquoise
RGB
88, 188, 175
HSL
172°, 43%, 54%
CMYK
53, 0, 7, 26
Luminance
0.4114
Every format
| HEX | #58bcaf |
| RGB | rgb(88, 188, 175) |
| HSL | hsl(172, 43%, 54%) |
| CMYK | cmyk(53%, 0%, 7%, 26%) |
| LAB | lab(70.3 -32.4 -2.3) |
| LCH | lch(70.3 32.5 184.1) |
| OKLCH | oklch(0.732 0.096 184.1) |
Copy-ready code
/* CSS */
color: #58bcaf;
background-color: #58bcaf;
/* Tailwind (arbitrary) */
class="text-[#58bcaf] bg-[#58bcaf]"
/* SCSS */
$brand: #58bcaf;
/* SwiftUI */
Color(red: 0.345, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#58bcaf")Accessibility — WCAG contrast
Aa
#58bcaf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58bcaf on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green73.7%
Blue68.6%
CMYK percentages
Cyan53.2%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#58bcaf text on a black background
contrast 9.23:1
Card sample
#58bcaf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58bcaf;
Background color
Panel with #58bcaf background
background-color: #58bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58bcaf; background: linear-gradient(135deg, #58bcaf, #5886BC);