#498dfb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
73, 141, 251
HSL
217°, 96%, 64%
CMYK
71, 44, 0, 2
Luminance
0.2743
Every format
| HEX | #498dfb |
| RGB | rgb(73, 141, 251) |
| HSL | hsl(217, 96%, 64%) |
| CMYK | cmyk(71%, 44%, 0%, 2%) |
| LAB | lab(59.4 14.3 -61.1) |
| LCH | lch(59.4 62.8 283.2) |
| OKLCH | oklch(0.654 0.178 259.6) |
Copy-ready code
/* CSS */
color: #498dfb;
background-color: #498dfb;
/* Tailwind (arbitrary) */
class="text-[#498dfb] bg-[#498dfb]"
/* SCSS */
$brand: #498dfb;
/* SwiftUI */
Color(red: 0.286, green: 0.553, blue: 0.984)
/* Android */
Color.parseColor("#498dfb")Accessibility — WCAG contrast
Aa
#498dfb on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#498dfb on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green55.3%
Blue98.4%
CMYK percentages
Cyan70.9%
Magenta43.8%
Yellow0.0%
Key (black)1.6%
Color previews
#498dfb text on a black background
contrast 6.49:1
Card sample
#498dfb text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #498dfb;
Background color
Panel with #498dfb background
background-color: #498dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #498dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 141, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 141, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #498dfb; background: linear-gradient(135deg, #498dfb, #7C49FB);