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