#041d35
a deep, electric blue · cool · closest name: black
RGB
4, 29, 53
HSL
209°, 86%, 11%
CMYK
93, 45, 0, 79
Luminance
0.0116
Every format
| HEX | #041d35 |
| RGB | rgb(4, 29, 53) |
| HSL | hsl(209, 86%, 11%) |
| CMYK | cmyk(93%, 45%, 0%, 79%) |
| LAB | lab(10.3 0.9 -18.5) |
| LCH | lch(10.3 18.5 272.9) |
| OKLCH | oklch(0.226 0.056 250.1) |
Copy-ready code
/* CSS */
color: #041d35;
background-color: #041d35;
/* Tailwind (arbitrary) */
class="text-[#041d35] bg-[#041d35]"
/* SCSS */
$brand: #041d35;
/* SwiftUI */
Color(red: 0.016, green: 0.114, blue: 0.208)
/* Android */
Color.parseColor("#041d35")Accessibility — WCAG contrast
Aa
#041d35 on white: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041d35 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green11.4%
Blue20.8%
CMYK percentages
Cyan92.5%
Magenta45.3%
Yellow0.0%
Key (black)79.2%
Color previews
#041d35 text on a black background
contrast 1.23:1
Card sample
#041d35 text on a white background
contrast 17.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041d35;
Background color
Panel with #041d35 background
background-color: #041d35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041d35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 29, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 29, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041d35; background: linear-gradient(135deg, #041d35, #0C0435);