#044ce3
a balanced, electric blue · cool · closest name: royalblue
RGB
4, 76, 227
HSL
221°, 97%, 45%
CMYK
98, 67, 0, 11
Luminance
0.1074
Every format
| HEX | #044ce3 |
| RGB | rgb(4, 76, 227) |
| HSL | hsl(221, 97%, 45%) |
| CMYK | cmyk(98%, 67%, 0%, 11%) |
| LAB | lab(39.1 41.2 -80.7) |
| LCH | lch(39.1 90.6 297.1) |
| OKLCH | oklch(0.491 0.236 262.8) |
Copy-ready code
/* CSS */
color: #044ce3;
background-color: #044ce3;
/* Tailwind (arbitrary) */
class="text-[#044ce3] bg-[#044ce3]"
/* SCSS */
$brand: #044ce3;
/* SwiftUI */
Color(red: 0.016, green: 0.298, blue: 0.890)
/* Android */
Color.parseColor("#044ce3")Accessibility — WCAG contrast
Aa
#044ce3 on white: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#044ce3 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green29.8%
Blue89.0%
CMYK percentages
Cyan98.2%
Magenta66.5%
Yellow0.0%
Key (black)11.0%
Color previews
#044ce3 text on a black background
contrast 3.15:1
Card sample
#044ce3 text on a white background
contrast 6.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044ce3;
Background color
Panel with #044ce3 background
background-color: #044ce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044ce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 76, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 76, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044ce3; background: linear-gradient(135deg, #044ce3, #5104E3);