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