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