#041c39
a deep, electric blue · cool · closest name: black
RGB
4, 28, 57
HSL
213°, 87%, 12%
CMYK
93, 51, 0, 78
Luminance
0.0115
Every format
| HEX | #041c39 |
| RGB | rgb(4, 28, 57) |
| HSL | hsl(213, 87%, 12%) |
| CMYK | cmyk(93%, 51%, 0%, 78%) |
| LAB | lab(10.2 3.6 -21.5) |
| LCH | lch(10.2 21.8 279.6) |
| OKLCH | oklch(0.227 0.064 254.7) |
Copy-ready code
/* CSS */
color: #041c39;
background-color: #041c39;
/* Tailwind (arbitrary) */
class="text-[#041c39] bg-[#041c39]"
/* SCSS */
$brand: #041c39;
/* SwiftUI */
Color(red: 0.016, green: 0.110, blue: 0.224)
/* Android */
Color.parseColor("#041c39")Accessibility — WCAG contrast
Aa
#041c39 on white: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041c39 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green11.0%
Blue22.4%
CMYK percentages
Cyan93.0%
Magenta50.9%
Yellow0.0%
Key (black)77.6%
Color previews
#041c39 text on a black background
contrast 1.23:1
Card sample
#041c39 text on a white background
contrast 17.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041c39;
Background color
Panel with #041c39 background
background-color: #041c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 28, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 28, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041c39; background: linear-gradient(135deg, #041c39, #0F0439);