#041c49
a deep, electric blue · cool · closest name: midnightblue
RGB
4, 28, 73
HSL
219°, 90%, 15%
CMYK
95, 62, 0, 71
Luminance
0.0134
Every format
| HEX | #041c49 |
| RGB | rgb(4, 28, 73) |
| HSL | hsl(219, 90%, 15%) |
| CMYK | cmyk(95%, 62%, 0%, 71%) |
| LAB | lab(11.5 11.2 -30.6) |
| LCH | lch(11.5 32.6 290.2) |
| OKLCH | oklch(0.241 0.089 260.9) |
Copy-ready code
/* CSS */
color: #041c49;
background-color: #041c49;
/* Tailwind (arbitrary) */
class="text-[#041c49] bg-[#041c49]"
/* SCSS */
$brand: #041c49;
/* SwiftUI */
Color(red: 0.016, green: 0.110, blue: 0.286)
/* Android */
Color.parseColor("#041c49")Accessibility — WCAG contrast
Aa
#041c49 on white: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041c49 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green11.0%
Blue28.6%
CMYK percentages
Cyan94.5%
Magenta61.6%
Yellow0.0%
Key (black)71.4%
Color previews
#041c49 text on a black background
contrast 1.27:1
Card sample
#041c49 text on a white background
contrast 16.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041c49;
Background color
Panel with #041c49 background
background-color: #041c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 28, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 28, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041c49; background: linear-gradient(135deg, #041c49, #1A0449);