#044afd
a balanced, electric blue · cool · closest name: blue
RGB
4, 74, 253
HSL
223°, 98%, 50%
CMYK
98, 71, 0, 1
Luminance
0.1202
Every format
| HEX | #044afd |
| RGB | rgb(4, 74, 253) |
| HSL | hsl(223, 98%, 50%) |
| CMYK | cmyk(98%, 71%, 0%, 1%) |
| LAB | lab(41.2 51.8 -91.9) |
| LCH | lch(41.2 105.5 299.4) |
| OKLCH | oklch(0.514 0.268 263.5) |
Copy-ready code
/* CSS */
color: #044afd;
background-color: #044afd;
/* Tailwind (arbitrary) */
class="text-[#044afd] bg-[#044afd]"
/* SCSS */
$brand: #044afd;
/* SwiftUI */
Color(red: 0.016, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#044afd")Accessibility — WCAG contrast
Aa
#044afd on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#044afd on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green29.0%
Blue99.2%
CMYK percentages
Cyan98.4%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#044afd text on a black background
contrast 3.40:1
Card sample
#044afd text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044afd;
Background color
Panel with #044afd background
background-color: #044afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044afd; background: linear-gradient(135deg, #044afd, #6404FD);