#58cbba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
88, 203, 186
HSL
171°, 53%, 57%
CMYK
57, 0, 8, 20
Luminance
0.4833
Every format
| HEX | #58cbba |
| RGB | rgb(88, 203, 186) |
| HSL | hsl(171, 53%, 57%) |
| CMYK | cmyk(57%, 0%, 8%, 20%) |
| LAB | lab(75.0 -36.6 -1.3) |
| LCH | lch(75.0 36.6 182.1) |
| OKLCH | oklch(0.771 0.107 182.2) |
Copy-ready code
/* CSS */
color: #58cbba;
background-color: #58cbba;
/* Tailwind (arbitrary) */
class="text-[#58cbba] bg-[#58cbba]"
/* SCSS */
$brand: #58cbba;
/* SwiftUI */
Color(red: 0.345, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#58cbba")Accessibility — WCAG contrast
Aa
#58cbba on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58cbba on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green79.6%
Blue72.9%
CMYK percentages
Cyan56.7%
Magenta0.0%
Yellow8.4%
Key (black)20.4%
Color previews
#58cbba text on a black background
contrast 10.67:1
Card sample
#58cbba text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58cbba;
Background color
Panel with #58cbba background
background-color: #58cbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58cbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58cbba; background: linear-gradient(135deg, #58cbba, #588FCB);