#041c64
a deep, electric blue · warm · closest name: midnightblue
RGB
4, 28, 100
HSL
225°, 92%, 20%
CMYK
96, 72, 0, 61
Luminance
0.0178
Every format
| HEX | #041c64 |
| RGB | rgb(4, 28, 100) |
| HSL | hsl(225, 92%, 20%) |
| CMYK | cmyk(96%, 72%, 0%, 61%) |
| LAB | lab(14.3 23.3 -44.4) |
| LCH | lch(14.3 50.1 297.7) |
| OKLCH | oklch(0.270 0.129 264.1) |
Copy-ready code
/* CSS */
color: #041c64;
background-color: #041c64;
/* Tailwind (arbitrary) */
class="text-[#041c64] bg-[#041c64]"
/* SCSS */
$brand: #041c64;
/* SwiftUI */
Color(red: 0.016, green: 0.110, blue: 0.392)
/* Android */
Color.parseColor("#041c64")Accessibility — WCAG contrast
Aa
#041c64 on white: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041c64 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green11.0%
Blue39.2%
CMYK percentages
Cyan96.0%
Magenta72.0%
Yellow0.0%
Key (black)60.8%
Color previews
#041c64 text on a black background
contrast 1.36:1
Card sample
#041c64 text on a white background
contrast 15.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041c64;
Background color
Panel with #041c64 background
background-color: #041c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 28, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 28, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041c64; background: linear-gradient(135deg, #041c64, #2C0464);