#58cdcb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
88, 205, 203
HSL
179°, 54%, 58%
CMYK
57, 0, 1, 20
Luminance
0.5005
Every format
| HEX | #58cdcb |
| RGB | rgb(88, 205, 203) |
| HSL | hsl(179, 54%, 58%) |
| CMYK | cmyk(57%, 0%, 1%, 20%) |
| LAB | lab(76.1 -33.1 -8.9) |
| LCH | lch(76.1 34.3 195.1) |
| OKLCH | oklch(0.782 0.105 193.7) |
Copy-ready code
/* CSS */
color: #58cdcb;
background-color: #58cdcb;
/* Tailwind (arbitrary) */
class="text-[#58cdcb] bg-[#58cdcb]"
/* SCSS */
$brand: #58cdcb;
/* SwiftUI */
Color(red: 0.345, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#58cdcb")Accessibility — WCAG contrast
Aa
#58cdcb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#58cdcb on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green80.4%
Blue79.6%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow1.0%
Key (black)19.6%
Color previews
#58cdcb text on a black background
contrast 11.01:1
Card sample
#58cdcb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58cdcb;
Background color
Panel with #58cdcb background
background-color: #58cdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58cdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58cdcb; background: linear-gradient(135deg, #58cdcb, #5881CD);