#041032
a deep, electric blue · cool · closest name: black
RGB
4, 16, 50
HSL
224°, 85%, 11%
CMYK
92, 68, 0, 80
Luminance
0.0063
Every format
| HEX | #041032 |
| RGB | rgb(4, 16, 50) |
| HSL | hsl(224, 85%, 11%) |
| CMYK | cmyk(92%, 68%, 0%, 80%) |
| LAB | lab(5.7 8.8 -23.7) |
| LCH | lch(5.7 25.3 290.4) |
| OKLCH | oklch(0.188 0.070 264.2) |
Copy-ready code
/* CSS */
color: #041032;
background-color: #041032;
/* Tailwind (arbitrary) */
class="text-[#041032] bg-[#041032]"
/* SCSS */
$brand: #041032;
/* SwiftUI */
Color(red: 0.016, green: 0.063, blue: 0.196)
/* Android */
Color.parseColor("#041032")Accessibility — WCAG contrast
Aa
#041032 on white: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041032 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green6.3%
Blue19.6%
CMYK percentages
Cyan92.0%
Magenta68.0%
Yellow0.0%
Key (black)80.4%
Color previews
#041032 text on a black background
contrast 1.13:1
Card sample
#041032 text on a white background
contrast 18.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041032;
Background color
Panel with #041032 background
background-color: #041032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 16, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 16, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041032; background: linear-gradient(135deg, #041032, #170432);