#5cd3da
a balanced, vivid cyan · cool · closest name: turquoise
RGB
92, 211, 218
HSL
183°, 63%, 61%
CMYK
58, 3, 0, 15
Luminance
0.5393
Every format
| HEX | #5cd3da |
| RGB | rgb(92, 211, 218) |
| HSL | hsl(183, 63%, 61%) |
| CMYK | cmyk(58%, 3%, 0%, 15%) |
| LAB | lab(78.4 -31.2 -13.5) |
| LCH | lch(78.4 34.0 203.5) |
| OKLCH | oklch(0.802 0.106 200.6) |
Copy-ready code
/* CSS */
color: #5cd3da;
background-color: #5cd3da;
/* Tailwind (arbitrary) */
class="text-[#5cd3da] bg-[#5cd3da]"
/* SCSS */
$brand: #5cd3da;
/* SwiftUI */
Color(red: 0.361, green: 0.827, blue: 0.855)
/* Android */
Color.parseColor("#5cd3da")Accessibility — WCAG contrast
Aa
#5cd3da on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cd3da on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green82.7%
Blue85.5%
CMYK percentages
Cyan57.8%
Magenta3.2%
Yellow0.0%
Key (black)14.5%
Color previews
#5cd3da text on a black background
contrast 11.79:1
Card sample
#5cd3da text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cd3da;
Background color
Panel with #5cd3da background
background-color: #5cd3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cd3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 211, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 211, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cd3da; background: linear-gradient(135deg, #5cd3da, #5C7FDA);