#044cec
a balanced, electric blue · cool · closest name: royalblue
RGB
4, 76, 236
HSL
221°, 97%, 47%
CMYK
98, 68, 0, 8
Luminance
0.1125
Every format
| HEX | #044cec |
| RGB | rgb(4, 76, 236) |
| HSL | hsl(221, 97%, 47%) |
| CMYK | cmyk(98%, 68%, 0%, 8%) |
| LAB | lab(40.0 44.5 -84.4) |
| LCH | lch(40.0 95.4 297.8) |
| OKLCH | oklch(0.500 0.247 263.0) |
Copy-ready code
/* CSS */
color: #044cec;
background-color: #044cec;
/* Tailwind (arbitrary) */
class="text-[#044cec] bg-[#044cec]"
/* SCSS */
$brand: #044cec;
/* SwiftUI */
Color(red: 0.016, green: 0.298, blue: 0.925)
/* Android */
Color.parseColor("#044cec")Accessibility — WCAG contrast
Aa
#044cec on white: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#044cec on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green29.8%
Blue92.5%
CMYK percentages
Cyan98.3%
Magenta67.8%
Yellow0.0%
Key (black)7.5%
Color previews
#044cec text on a black background
contrast 3.25:1
Card sample
#044cec text on a white background
contrast 6.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044cec;
Background color
Panel with #044cec background
background-color: #044cec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044cec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 76, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 76, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044cec; background: linear-gradient(135deg, #044cec, #5704EC);