#58cfb7
a balanced, vivid cyan · cool · closest name: turquoise
RGB
88, 207, 183
HSL
168°, 55%, 58%
CMYK
58, 0, 12, 19
Luminance
0.5012
Every format
| HEX | #58cfb7 |
| RGB | rgb(88, 207, 183) |
| HSL | hsl(168, 55%, 58%) |
| CMYK | cmyk(58%, 0%, 12%, 19%) |
| LAB | lab(76.1 -39.2 1.9) |
| LCH | lch(76.1 39.2 177.2) |
| OKLCH | oklch(0.780 0.113 177.7) |
Copy-ready code
/* CSS */
color: #58cfb7;
background-color: #58cfb7;
/* Tailwind (arbitrary) */
class="text-[#58cfb7] bg-[#58cfb7]"
/* SCSS */
$brand: #58cfb7;
/* SwiftUI */
Color(red: 0.345, green: 0.812, blue: 0.718)
/* Android */
Color.parseColor("#58cfb7")Accessibility — WCAG contrast
Aa
#58cfb7 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58cfb7 on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green81.2%
Blue71.8%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow11.6%
Key (black)18.8%
Color previews
#58cfb7 text on a black background
contrast 11.02:1
Card sample
#58cfb7 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58cfb7;
Background color
Panel with #58cfb7 background
background-color: #58cfb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58cfb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 207, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 207, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58cfb7; background: linear-gradient(135deg, #58cfb7, #5898CF);