#58cacf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
88, 202, 207
HSL
183°, 55%, 58%
CMYK
58, 2, 0, 19
Luminance
0.4882
Every format
| HEX | #58cacf |
| RGB | rgb(88, 202, 207) |
| HSL | hsl(183, 55%, 58%) |
| CMYK | cmyk(58%, 2%, 0%, 19%) |
| LAB | lab(75.3 -30.6 -12.2) |
| LCH | lch(75.3 32.9 201.8) |
| OKLCH | oklch(0.776 0.103 199.2) |
Copy-ready code
/* CSS */
color: #58cacf;
background-color: #58cacf;
/* Tailwind (arbitrary) */
class="text-[#58cacf] bg-[#58cacf]"
/* SCSS */
$brand: #58cacf;
/* SwiftUI */
Color(red: 0.345, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#58cacf")Accessibility — WCAG contrast
Aa
#58cacf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58cacf on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green79.2%
Blue81.2%
CMYK percentages
Cyan57.5%
Magenta2.4%
Yellow0.0%
Key (black)18.8%
Color previews
#58cacf text on a black background
contrast 10.76:1
Card sample
#58cacf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58cacf;
Background color
Panel with #58cacf background
background-color: #58cacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58cacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 202, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 202, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58cacf; background: linear-gradient(135deg, #58cacf, #587BCF);