#49abeb
a balanced, electric blue · cool · closest name: steelblue
RGB
73, 171, 235
HSL
204°, 80%, 60%
CMYK
69, 27, 0, 8
Luminance
0.3654
Every format
| HEX | #49abeb |
| RGB | rgb(73, 171, 235) |
| HSL | hsl(204, 80%, 60%) |
| CMYK | cmyk(69%, 27%, 0%, 8%) |
| LAB | lab(66.9 -8.5 -40.4) |
| LCH | lch(66.9 41.3 258.1) |
| OKLCH | oklch(0.711 0.131 240.8) |
Copy-ready code
/* CSS */
color: #49abeb;
background-color: #49abeb;
/* Tailwind (arbitrary) */
class="text-[#49abeb] bg-[#49abeb]"
/* SCSS */
$brand: #49abeb;
/* SwiftUI */
Color(red: 0.286, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#49abeb")Accessibility — WCAG contrast
Aa
#49abeb on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49abeb on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green67.1%
Blue92.2%
CMYK percentages
Cyan68.9%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#49abeb text on a black background
contrast 8.31:1
Card sample
#49abeb text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49abeb;
Background color
Panel with #49abeb background
background-color: #49abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49abeb; background: linear-gradient(135deg, #49abeb, #5349EB);