#50ade6
a balanced, electric blue · cool · closest name: steelblue
RGB
80, 173, 230
HSL
203°, 75%, 61%
CMYK
65, 25, 0, 10
Luminance
0.3731
Every format
| HEX | #50ade6 |
| RGB | rgb(80, 173, 230) |
| HSL | hsl(203, 75%, 61%) |
| CMYK | cmyk(65%, 25%, 0%, 10%) |
| LAB | lab(67.5 -10.2 -36.8) |
| LCH | lch(67.5 38.1 254.5) |
| OKLCH | oklch(0.715 0.121 238.6) |
Copy-ready code
/* CSS */
color: #50ade6;
background-color: #50ade6;
/* Tailwind (arbitrary) */
class="text-[#50ade6] bg-[#50ade6]"
/* SCSS */
$brand: #50ade6;
/* SwiftUI */
Color(red: 0.314, green: 0.678, blue: 0.902)
/* Android */
Color.parseColor("#50ade6")Accessibility — WCAG contrast
Aa
#50ade6 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#50ade6 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green67.8%
Blue90.2%
CMYK percentages
Cyan65.2%
Magenta24.8%
Yellow0.0%
Key (black)9.8%
Color previews
#50ade6 text on a black background
contrast 8.46:1
Card sample
#50ade6 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #50ade6;
Background color
Panel with #50ade6 background
background-color: #50ade6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #50ade6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 173, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 173, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #50ade6; background: linear-gradient(135deg, #50ade6, #5750E6);