#044abf
a dark, electric blue · cool · closest name: royalblue
RGB
4, 74, 191
HSL
218°, 96%, 38%
CMYK
98, 61, 0, 25
Luminance
0.0868
Every format
| HEX | #044abf |
| RGB | rgb(4, 74, 191) |
| HSL | hsl(218, 96%, 38%) |
| CMYK | cmyk(98%, 61%, 0%, 25%) |
| LAB | lab(35.4 28.7 -66.1) |
| LCH | lch(35.4 72.0 293.5) |
| OKLCH | oklch(0.453 0.194 261.2) |
Copy-ready code
/* CSS */
color: #044abf;
background-color: #044abf;
/* Tailwind (arbitrary) */
class="text-[#044abf] bg-[#044abf]"
/* SCSS */
$brand: #044abf;
/* SwiftUI */
Color(red: 0.016, green: 0.290, blue: 0.749)
/* Android */
Color.parseColor("#044abf")Accessibility — WCAG contrast
Aa
#044abf on white: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#044abf on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green29.0%
Blue74.9%
CMYK percentages
Cyan97.9%
Magenta61.3%
Yellow0.0%
Key (black)25.1%
Color previews
#044abf text on a black background
contrast 2.74:1
Card sample
#044abf text on a white background
contrast 7.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044abf;
Background color
Panel with #044abf background
background-color: #044abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 74, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 74, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044abf; background: linear-gradient(135deg, #044abf, #3A04BF);