#044962
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 73, 98
HSL
196°, 92%, 20%
CMYK
96, 26, 0, 62
Luminance
0.0567
Every format
| HEX | #044962 |
| RGB | rgb(4, 73, 98) |
| HSL | hsl(196, 92%, 20%) |
| CMYK | cmyk(96%, 26%, 0%, 62%) |
| LAB | lab(28.6 -9.4 -20.1) |
| LCH | lch(28.6 22.2 244.9) |
| OKLCH | oklch(0.380 0.074 230.1) |
Copy-ready code
/* CSS */
color: #044962;
background-color: #044962;
/* Tailwind (arbitrary) */
class="text-[#044962] bg-[#044962]"
/* SCSS */
$brand: #044962;
/* SwiftUI */
Color(red: 0.016, green: 0.286, blue: 0.384)
/* Android */
Color.parseColor("#044962")Accessibility — WCAG contrast
Aa
#044962 on white: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#044962 on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green28.6%
Blue38.4%
CMYK percentages
Cyan95.9%
Magenta25.5%
Yellow0.0%
Key (black)61.6%
Color previews
#044962 text on a black background
contrast 2.13:1
Card sample
#044962 text on a white background
contrast 9.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #044962;
Background color
Panel with #044962 background
background-color: #044962;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #044962;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 73, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 73, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #044962; background: linear-gradient(135deg, #044962, #040A62);