#041b18
a deep, vivid cyan · cool · closest name: black
RGB
4, 27, 24
HSL
172°, 74%, 6%
CMYK
85, 0, 11, 89
Luminance
0.0088
Every format
| HEX | #041b18 |
| RGB | rgb(4, 27, 24) |
| HSL | hsl(172, 74%, 6%) |
| CMYK | cmyk(85%, 0%, 11%, 89%) |
| LAB | lab(7.9 -9.2 -0.7) |
| LCH | lch(7.9 9.3 184.2) |
| OKLCH | oklch(0.202 0.030 183.8) |
Copy-ready code
/* CSS */
color: #041b18;
background-color: #041b18;
/* Tailwind (arbitrary) */
class="text-[#041b18] bg-[#041b18]"
/* SCSS */
$brand: #041b18;
/* SwiftUI */
Color(red: 0.016, green: 0.106, blue: 0.094)
/* Android */
Color.parseColor("#041b18")Accessibility — WCAG contrast
Aa
#041b18 on white: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041b18 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green10.6%
Blue9.4%
CMYK percentages
Cyan85.2%
Magenta0.0%
Yellow11.1%
Key (black)89.4%
Color previews
#041b18 text on a black background
contrast 1.18:1
Card sample
#041b18 text on a white background
contrast 17.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041b18;
Background color
Panel with #041b18 background
background-color: #041b18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041b18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 27, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 27, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041b18; background: linear-gradient(135deg, #041b18, #040F1B);