#044ac2
a dark, electric blue · cool · closest name: royalblue
RGB
4, 74, 194
HSL
218°, 96%, 39%
CMYK
98, 62, 0, 24
Luminance
0.0882
Every format
| HEX | #044ac2 |
| RGB | rgb(4, 74, 194) |
| HSL | hsl(218, 96%, 39%) |
| CMYK | cmyk(98%, 62%, 0%, 24%) |
| LAB | lab(35.6 29.9 -67.4) |
| LCH | lch(35.6 73.7 293.9) |
| OKLCH | oklch(0.456 0.198 261.4) |
Copy-ready code
/* CSS */
color: #044ac2;
background-color: #044ac2;
/* Tailwind (arbitrary) */
class="text-[#044ac2] bg-[#044ac2]"
/* SCSS */
$brand: #044ac2;
/* SwiftUI */
Color(red: 0.016, green: 0.290, blue: 0.761)
/* Android */
Color.parseColor("#044ac2")Accessibility — WCAG contrast
Aa
#044ac2 on white: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#044ac2 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green29.0%
Blue76.1%
CMYK percentages
Cyan97.9%
Magenta61.9%
Yellow0.0%
Key (black)23.9%
Color previews
#044ac2 text on a black background
contrast 2.76:1
Card sample
#044ac2 text on a white background
contrast 7.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044ac2;
Background color
Panel with #044ac2 background
background-color: #044ac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044ac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 74, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 74, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044ac2; background: linear-gradient(135deg, #044ac2, #3D04C2);