#50dfba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
80, 223, 186
HSL
165°, 69%, 59%
CMYK
64, 0, 17, 13
Luminance
0.5803
Every format
| HEX | #50dfba |
| RGB | rgb(80, 223, 186) |
| HSL | hsl(165, 69%, 59%) |
| CMYK | cmyk(64%, 0%, 17%, 13%) |
| LAB | lab(80.8 -46.9 6.9) |
| LCH | lch(80.8 47.4 171.6) |
| OKLCH | oklch(0.817 0.134 172.4) |
Copy-ready code
/* CSS */
color: #50dfba;
background-color: #50dfba;
/* Tailwind (arbitrary) */
class="text-[#50dfba] bg-[#50dfba]"
/* SCSS */
$brand: #50dfba;
/* SwiftUI */
Color(red: 0.314, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#50dfba")Accessibility — WCAG contrast
Aa
#50dfba on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#50dfba on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green87.5%
Blue72.9%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#50dfba text on a black background
contrast 12.61:1
Card sample
#50dfba text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #50dfba;
Background color
Panel with #50dfba background
background-color: #50dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #50dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #50dfba; background: linear-gradient(135deg, #50dfba, #50A5DF);