#49adeb
a balanced, electric blue · cool · closest name: steelblue
RGB
73, 173, 235
HSL
203°, 80%, 60%
CMYK
69, 26, 0, 8
Luminance
0.3730
Every format
| HEX | #49adeb |
| RGB | rgb(73, 173, 235) |
| HSL | hsl(203, 80%, 60%) |
| CMYK | cmyk(69%, 26%, 0%, 8%) |
| LAB | lab(67.5 -9.6 -39.5) |
| LCH | lch(67.5 40.7 256.3) |
| OKLCH | oklch(0.715 0.129 239.5) |
Copy-ready code
/* CSS */
color: #49adeb;
background-color: #49adeb;
/* Tailwind (arbitrary) */
class="text-[#49adeb] bg-[#49adeb]"
/* SCSS */
$brand: #49adeb;
/* SwiftUI */
Color(red: 0.286, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#49adeb")Accessibility — WCAG contrast
Aa
#49adeb on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49adeb on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green67.8%
Blue92.2%
CMYK percentages
Cyan68.9%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#49adeb text on a black background
contrast 8.46:1
Card sample
#49adeb text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49adeb;
Background color
Panel with #49adeb background
background-color: #49adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49adeb; background: linear-gradient(135deg, #49adeb, #5149EB);