#041938
a deep, electric blue · cool · closest name: black
RGB
4, 25, 56
HSL
216°, 87%, 12%
CMYK
93, 55, 0, 78
Luminance
0.0101
Every format
| HEX | #041938 |
| RGB | rgb(4, 25, 56) |
| HSL | hsl(216, 87%, 12%) |
| CMYK | cmyk(93%, 55%, 0%, 78%) |
| LAB | lab(9.1 5.5 -22.6) |
| LCH | lch(9.1 23.3 283.7) |
| OKLCH | oklch(0.218 0.067 257.6) |
Copy-ready code
/* CSS */
color: #041938;
background-color: #041938;
/* Tailwind (arbitrary) */
class="text-[#041938] bg-[#041938]"
/* SCSS */
$brand: #041938;
/* SwiftUI */
Color(red: 0.016, green: 0.098, blue: 0.220)
/* Android */
Color.parseColor("#041938")Accessibility — WCAG contrast
Aa
#041938 on white: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041938 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green9.8%
Blue22.0%
CMYK percentages
Cyan92.9%
Magenta55.4%
Yellow0.0%
Key (black)78.0%
Color previews
#041938 text on a black background
contrast 1.20:1
Card sample
#041938 text on a white background
contrast 17.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041938;
Background color
Panel with #041938 background
background-color: #041938;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041938;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 25, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 25, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041938; background: linear-gradient(135deg, #041938, #120438);