#50dfeb
a balanced, electric cyan · cool · closest name: turquoise
RGB
80, 223, 235
HSL
185°, 80%, 62%
CMYK
66, 5, 0, 8
Luminance
0.6048
Every format
| HEX | #50dfeb |
| RGB | rgb(80, 223, 235) |
| HSL | hsl(185, 80%, 62%) |
| CMYK | cmyk(66%, 5%, 0%, 8%) |
| LAB | lab(82.1 -34.0 -17.1) |
| LCH | lch(82.1 38.1 206.7) |
| OKLCH | oklch(0.833 0.121 203.1) |
Copy-ready code
/* CSS */
color: #50dfeb;
background-color: #50dfeb;
/* Tailwind (arbitrary) */
class="text-[#50dfeb] bg-[#50dfeb]"
/* SCSS */
$brand: #50dfeb;
/* SwiftUI */
Color(red: 0.314, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#50dfeb")Accessibility — WCAG contrast
Aa
#50dfeb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#50dfeb on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green87.5%
Blue92.2%
CMYK percentages
Cyan66.0%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#50dfeb text on a black background
contrast 13.10:1
Card sample
#50dfeb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #50dfeb;
Background color
Panel with #50dfeb background
background-color: #50dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #50dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #50dfeb; background: linear-gradient(135deg, #50dfeb, #5078EB);