#49abfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
73, 171, 253
HSL
207°, 98%, 64%
CMYK
71, 32, 0, 1
Luminance
0.3763
Every format
| HEX | #49abfd |
| RGB | rgb(73, 171, 253) |
| HSL | hsl(207, 98%, 64%) |
| CMYK | cmyk(71%, 32%, 0%, 1%) |
| LAB | lab(67.8 -2.5 -48.9) |
| LCH | lch(67.8 49.0 267.1) |
| OKLCH | oklch(0.720 0.150 247.2) |
Copy-ready code
/* CSS */
color: #49abfd;
background-color: #49abfd;
/* Tailwind (arbitrary) */
class="text-[#49abfd] bg-[#49abfd]"
/* SCSS */
$brand: #49abfd;
/* SwiftUI */
Color(red: 0.286, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#49abfd")Accessibility — WCAG contrast
Aa
#49abfd on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49abfd on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green67.1%
Blue99.2%
CMYK percentages
Cyan71.1%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#49abfd text on a black background
contrast 8.53:1
Card sample
#49abfd text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49abfd;
Background color
Panel with #49abfd background
background-color: #49abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49abfd; background: linear-gradient(135deg, #49abfd, #5F49FD);