#048afd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
4, 138, 253
HSL
208°, 98%, 50%
CMYK
98, 46, 0, 1
Luminance
0.2529
Every format
| HEX | #048afd |
| RGB | rgb(4, 138, 253) |
| HSL | hsl(208, 98%, 50%) |
| CMYK | cmyk(98%, 46%, 0%, 1%) |
| LAB | lab(57.4 11.9 -65.5) |
| LCH | lch(57.4 66.6 280.3) |
| OKLCH | oklch(0.635 0.197 253.4) |
Copy-ready code
/* CSS */
color: #048afd;
background-color: #048afd;
/* Tailwind (arbitrary) */
class="text-[#048afd] bg-[#048afd]"
/* SCSS */
$brand: #048afd;
/* SwiftUI */
Color(red: 0.016, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#048afd")Accessibility — WCAG contrast
Aa
#048afd on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#048afd on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green54.1%
Blue99.2%
CMYK percentages
Cyan98.4%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#048afd text on a black background
contrast 6.06:1
Card sample
#048afd text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #048afd;
Background color
Panel with #048afd background
background-color: #048afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #048afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #048afd; background: linear-gradient(135deg, #048afd, #2404FD);