#50afdf
a balanced, vivid blue · cool · closest name: skyblue
RGB
80, 175, 223
HSL
200°, 69%, 59%
CMYK
64, 22, 0, 13
Luminance
0.3769
Every format
| HEX | #50afdf |
| RGB | rgb(80, 175, 223) |
| HSL | hsl(200, 69%, 59%) |
| CMYK | cmyk(64%, 22%, 0%, 13%) |
| LAB | lab(67.8 -13.5 -32.5) |
| LCH | lch(67.8 35.2 247.4) |
| OKLCH | oklch(0.717 0.113 233.5) |
Copy-ready code
/* CSS */
color: #50afdf;
background-color: #50afdf;
/* Tailwind (arbitrary) */
class="text-[#50afdf] bg-[#50afdf]"
/* SCSS */
$brand: #50afdf;
/* SwiftUI */
Color(red: 0.314, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#50afdf")Accessibility — WCAG contrast
Aa
#50afdf on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#50afdf on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green68.6%
Blue87.5%
CMYK percentages
Cyan64.1%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#50afdf text on a black background
contrast 8.54:1
Card sample
#50afdf text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #50afdf;
Background color
Panel with #50afdf background
background-color: #50afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #50afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #50afdf; background: linear-gradient(135deg, #50afdf, #5050DF);