#041c3f
a deep, electric blue · cool · closest name: black
RGB
4, 28, 63
HSL
216°, 88%, 13%
CMYK
94, 56, 0, 75
Luminance
0.0122
Every format
| HEX | #041c3f |
| RGB | rgb(4, 28, 63) |
| HSL | hsl(216, 88%, 13%) |
| CMYK | cmyk(94%, 56%, 0%, 75%) |
| LAB | lab(10.7 6.5 -25.0) |
| LCH | lch(10.7 25.8 284.6) |
| OKLCH | oklch(0.232 0.074 257.8) |
Copy-ready code
/* CSS */
color: #041c3f;
background-color: #041c3f;
/* Tailwind (arbitrary) */
class="text-[#041c3f] bg-[#041c3f]"
/* SCSS */
$brand: #041c3f;
/* SwiftUI */
Color(red: 0.016, green: 0.110, blue: 0.247)
/* Android */
Color.parseColor("#041c3f")Accessibility — WCAG contrast
Aa
#041c3f on white: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041c3f on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green11.0%
Blue24.7%
CMYK percentages
Cyan93.7%
Magenta55.6%
Yellow0.0%
Key (black)75.3%
Color previews
#041c3f text on a black background
contrast 1.24:1
Card sample
#041c3f text on a white background
contrast 16.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041c3f;
Background color
Panel with #041c3f background
background-color: #041c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 28, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 28, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041c3f; background: linear-gradient(135deg, #041c3f, #13043F);