#041a1f
a deep, electric cyan · cool · closest name: black
RGB
4, 26, 31
HSL
191°, 77%, 7%
CMYK
87, 16, 0, 88
Luminance
0.0086
Every format
| HEX | #041a1f |
| RGB | rgb(4, 26, 31) |
| HSL | hsl(191, 77%, 7%) |
| CMYK | cmyk(87%, 16%, 0%, 88%) |
| LAB | lab(7.8 -6.3 -6.1) |
| LCH | lch(7.8 8.8 224.2) |
| OKLCH | oklch(0.202 0.030 214.6) |
Copy-ready code
/* CSS */
color: #041a1f;
background-color: #041a1f;
/* Tailwind (arbitrary) */
class="text-[#041a1f] bg-[#041a1f]"
/* SCSS */
$brand: #041a1f;
/* SwiftUI */
Color(red: 0.016, green: 0.102, blue: 0.122)
/* Android */
Color.parseColor("#041a1f")Accessibility — WCAG contrast
Aa
#041a1f on white: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041a1f on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green10.2%
Blue12.2%
CMYK percentages
Cyan87.1%
Magenta16.1%
Yellow0.0%
Key (black)87.8%
Color previews
#041a1f text on a black background
contrast 1.17:1
Card sample
#041a1f text on a white background
contrast 17.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041a1f;
Background color
Panel with #041a1f background
background-color: #041a1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041a1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 26, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 26, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041a1f; background: linear-gradient(135deg, #041a1f, #04081F);