#041f22
a deep, electric cyan · cool · closest name: black
RGB
4, 31, 34
HSL
186°, 79%, 8%
CMYK
88, 9, 0, 87
Luminance
0.0112
Every format
| HEX | #041f22 |
| RGB | rgb(4, 31, 34) |
| HSL | hsl(186, 79%, 8%) |
| CMYK | cmyk(88%, 9%, 0%, 87%) |
| LAB | lab(10.0 -9.0 -5.1) |
| LCH | lch(10.0 10.3 209.4) |
| OKLCH | oklch(0.220 0.033 205.3) |
Copy-ready code
/* CSS */
color: #041f22;
background-color: #041f22;
/* Tailwind (arbitrary) */
class="text-[#041f22] bg-[#041f22]"
/* SCSS */
$brand: #041f22;
/* SwiftUI */
Color(red: 0.016, green: 0.122, blue: 0.133)
/* Android */
Color.parseColor("#041f22")Accessibility — WCAG contrast
Aa
#041f22 on white: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041f22 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green12.2%
Blue13.3%
CMYK percentages
Cyan88.2%
Magenta8.8%
Yellow0.0%
Key (black)86.7%
Color previews
#041f22 text on a black background
contrast 1.22:1
Card sample
#041f22 text on a white background
contrast 17.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041f22;
Background color
Panel with #041f22 background
background-color: #041f22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041f22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 31, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 31, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041f22; background: linear-gradient(135deg, #041f22, #040B22);