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