#041c22
a deep, electric cyan · cool · closest name: black
RGB
4, 28, 34
HSL
192°, 79%, 8%
CMYK
88, 18, 0, 87
Luminance
0.0097
Every format
| HEX | #041c22 |
| RGB | rgb(4, 28, 34) |
| HSL | hsl(192, 79%, 8%) |
| CMYK | cmyk(88%, 18%, 0%, 87%) |
| LAB | lab(8.8 -6.8 -6.9) |
| LCH | lch(8.8 9.7 225.3) |
| OKLCH | oklch(0.211 0.032 216.7) |
Copy-ready code
/* CSS */
color: #041c22;
background-color: #041c22;
/* Tailwind (arbitrary) */
class="text-[#041c22] bg-[#041c22]"
/* SCSS */
$brand: #041c22;
/* SwiftUI */
Color(red: 0.016, green: 0.110, blue: 0.133)
/* Android */
Color.parseColor("#041c22")Accessibility — WCAG contrast
Aa
#041c22 on white: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041c22 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green11.0%
Blue13.3%
CMYK percentages
Cyan88.2%
Magenta17.6%
Yellow0.0%
Key (black)86.7%
Color previews
#041c22 text on a black background
contrast 1.19:1
Card sample
#041c22 text on a white background
contrast 17.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041c22;
Background color
Panel with #041c22 background
background-color: #041c22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041c22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 28, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 28, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041c22; background: linear-gradient(135deg, #041c22, #040822);