#044cdf
a dark, electric blue · cool · closest name: royalblue
RGB
4, 76, 223
HSL
220°, 97%, 45%
CMYK
98, 66, 0, 13
Luminance
0.1052
Every format
| HEX | #044cdf |
| RGB | rgb(4, 76, 223) |
| HSL | hsl(220, 97%, 45%) |
| CMYK | cmyk(98%, 66%, 0%, 13%) |
| LAB | lab(38.8 39.8 -79.0) |
| LCH | lch(38.8 88.5 296.7) |
| OKLCH | oklch(0.487 0.231 262.6) |
Copy-ready code
/* CSS */
color: #044cdf;
background-color: #044cdf;
/* Tailwind (arbitrary) */
class="text-[#044cdf] bg-[#044cdf]"
/* SCSS */
$brand: #044cdf;
/* SwiftUI */
Color(red: 0.016, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#044cdf")Accessibility — WCAG contrast
Aa
#044cdf on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#044cdf on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green29.8%
Blue87.5%
CMYK percentages
Cyan98.2%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#044cdf text on a black background
contrast 3.10:1
Card sample
#044cdf text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044cdf;
Background color
Panel with #044cdf background
background-color: #044cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044cdf; background: linear-gradient(135deg, #044cdf, #4E04DF);