#498fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
73, 143, 223
HSL
212°, 70%, 58%
CMYK
67, 36, 0, 13
Luminance
0.2639
Every format
| HEX | #498fdf |
| RGB | rgb(73, 143, 223) |
| HSL | hsl(212, 70%, 58%) |
| CMYK | cmyk(67%, 36%, 0%, 13%) |
| LAB | lab(58.4 3.4 -47.2) |
| LCH | lch(58.4 47.3 274.1) |
| OKLCH | oklch(0.642 0.140 253.4) |
Copy-ready code
/* CSS */
color: #498fdf;
background-color: #498fdf;
/* Tailwind (arbitrary) */
class="text-[#498fdf] bg-[#498fdf]"
/* SCSS */
$brand: #498fdf;
/* SwiftUI */
Color(red: 0.286, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#498fdf")Accessibility — WCAG contrast
Aa
#498fdf on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#498fdf on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green56.1%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#498fdf text on a black background
contrast 6.28:1
Card sample
#498fdf text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #498fdf;
Background color
Panel with #498fdf background
background-color: #498fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #498fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #498fdf; background: linear-gradient(135deg, #498fdf, #6749DF);