#50cfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
80, 207, 223
HSL
187°, 69%, 59%
CMYK
64, 7, 0, 13
Luminance
0.5166
Every format
| HEX | #50cfdf |
| RGB | rgb(80, 207, 223) |
| HSL | hsl(187, 69%, 59%) |
| CMYK | cmyk(64%, 7%, 0%, 13%) |
| LAB | lab(77.1 -29.8 -18.3) |
| LCH | lch(77.1 35.0 211.5) |
| OKLCH | oklch(0.791 0.112 206.9) |
Copy-ready code
/* CSS */
color: #50cfdf;
background-color: #50cfdf;
/* Tailwind (arbitrary) */
class="text-[#50cfdf] bg-[#50cfdf]"
/* SCSS */
$brand: #50cfdf;
/* SwiftUI */
Color(red: 0.314, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#50cfdf")Accessibility — WCAG contrast
Aa
#50cfdf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#50cfdf on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green81.2%
Blue87.5%
CMYK percentages
Cyan64.1%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#50cfdf text on a black background
contrast 11.33:1
Card sample
#50cfdf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #50cfdf;
Background color
Panel with #50cfdf background
background-color: #50cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #50cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #50cfdf; background: linear-gradient(135deg, #50cfdf, #5070DF);