#041b35
a deep, electric blue · cool · closest name: black
RGB
4, 27, 53
HSL
212°, 86%, 11%
CMYK
93, 49, 0, 79
Luminance
0.0107
Every format
| HEX | #041b35 |
| RGB | rgb(4, 27, 53) |
| HSL | hsl(212, 86%, 11%) |
| CMYK | cmyk(93%, 49%, 0%, 79%) |
| LAB | lab(9.5 2.5 -19.7) |
| LCH | lch(9.5 19.8 277.2) |
| OKLCH | oklch(0.221 0.059 253.2) |
Copy-ready code
/* CSS */
color: #041b35;
background-color: #041b35;
/* Tailwind (arbitrary) */
class="text-[#041b35] bg-[#041b35]"
/* SCSS */
$brand: #041b35;
/* SwiftUI */
Color(red: 0.016, green: 0.106, blue: 0.208)
/* Android */
Color.parseColor("#041b35")Accessibility — WCAG contrast
Aa
#041b35 on white: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041b35 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green10.6%
Blue20.8%
CMYK percentages
Cyan92.5%
Magenta49.1%
Yellow0.0%
Key (black)79.2%
Color previews
#041b35 text on a black background
contrast 1.21:1
Card sample
#041b35 text on a white background
contrast 17.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041b35;
Background color
Panel with #041b35 background
background-color: #041b35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041b35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 27, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 27, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041b35; background: linear-gradient(135deg, #041b35, #0E0435);