#49adef
a balanced, electric blue · cool · closest name: steelblue
RGB
73, 173, 239
HSL
204°, 84%, 61%
CMYK
70, 28, 0, 6
Luminance
0.3754
Every format
| HEX | #49adef |
| RGB | rgb(73, 173, 239) |
| HSL | hsl(204, 84%, 61%) |
| CMYK | cmyk(70%, 28%, 0%, 6%) |
| LAB | lab(67.7 -8.3 -41.4) |
| LCH | lch(67.7 42.2 258.7) |
| OKLCH | oklch(0.717 0.133 241.2) |
Copy-ready code
/* CSS */
color: #49adef;
background-color: #49adef;
/* Tailwind (arbitrary) */
class="text-[#49adef] bg-[#49adef]"
/* SCSS */
$brand: #49adef;
/* SwiftUI */
Color(red: 0.286, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#49adef")Accessibility — WCAG contrast
Aa
#49adef on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49adef on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green67.8%
Blue93.7%
CMYK percentages
Cyan69.5%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#49adef text on a black background
contrast 8.51:1
Card sample
#49adef text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49adef;
Background color
Panel with #49adef background
background-color: #49adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49adef; background: linear-gradient(135deg, #49adef, #5449EF);