#49abdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
73, 171, 223
HSL
201°, 70%, 58%
CMYK
67, 23, 0, 13
Luminance
0.3587
Every format
| HEX | #49abdf |
| RGB | rgb(73, 171, 223) |
| HSL | hsl(201, 70%, 58%) |
| CMYK | cmyk(67%, 23%, 0%, 13%) |
| LAB | lab(66.4 -12.5 -34.6) |
| LCH | lch(66.4 36.8 250.2) |
| OKLCH | oklch(0.705 0.118 235.2) |
Copy-ready code
/* CSS */
color: #49abdf;
background-color: #49abdf;
/* Tailwind (arbitrary) */
class="text-[#49abdf] bg-[#49abdf]"
/* SCSS */
$brand: #49abdf;
/* SwiftUI */
Color(red: 0.286, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#49abdf")Accessibility — WCAG contrast
Aa
#49abdf on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49abdf on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green67.1%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#49abdf text on a black background
contrast 8.17:1
Card sample
#49abdf text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49abdf;
Background color
Panel with #49abdf background
background-color: #49abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49abdf; background: linear-gradient(135deg, #49abdf, #4B49DF);