#041d27
a deep, electric cyan · cool · closest name: black
RGB
4, 29, 39
HSL
197°, 81%, 8%
CMYK
90, 26, 0, 85
Luminance
0.0105
Every format
| HEX | #041d27 |
| RGB | rgb(4, 29, 39) |
| HSL | hsl(197, 81%, 8%) |
| CMYK | cmyk(90%, 26%, 0%, 85%) |
| LAB | lab(9.4 -5.5 -9.6) |
| LCH | lch(9.4 11.1 240.2) |
| OKLCH | oklch(0.217 0.037 227.6) |
Copy-ready code
/* CSS */
color: #041d27;
background-color: #041d27;
/* Tailwind (arbitrary) */
class="text-[#041d27] bg-[#041d27]"
/* SCSS */
$brand: #041d27;
/* SwiftUI */
Color(red: 0.016, green: 0.114, blue: 0.153)
/* Android */
Color.parseColor("#041d27")Accessibility — WCAG contrast
Aa
#041d27 on white: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041d27 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green11.4%
Blue15.3%
CMYK percentages
Cyan89.7%
Magenta25.6%
Yellow0.0%
Key (black)84.7%
Color previews
#041d27 text on a black background
contrast 1.21:1
Card sample
#041d27 text on a white background
contrast 17.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041d27;
Background color
Panel with #041d27 background
background-color: #041d27;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041d27;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 29, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 29, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041d27; background: linear-gradient(135deg, #041d27, #040627);