#041c20
a deep, electric cyan · cool · closest name: black
RGB
4, 28, 32
HSL
189°, 78%, 7%
CMYK
88, 13, 0, 88
Luminance
0.0096
Every format
| HEX | #041c20 |
| RGB | rgb(4, 28, 32) |
| HSL | hsl(189, 78%, 7%) |
| CMYK | cmyk(88%, 13%, 0%, 88%) |
| LAB | lab(8.7 -7.6 -5.6) |
| LCH | lch(8.7 9.4 216.3) |
| OKLCH | oklch(0.209 0.031 209.9) |
Copy-ready code
/* CSS */
color: #041c20;
background-color: #041c20;
/* Tailwind (arbitrary) */
class="text-[#041c20] bg-[#041c20]"
/* SCSS */
$brand: #041c20;
/* SwiftUI */
Color(red: 0.016, green: 0.110, blue: 0.125)
/* Android */
Color.parseColor("#041c20")Accessibility — WCAG contrast
Aa
#041c20 on white: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#041c20 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green11.0%
Blue12.5%
CMYK percentages
Cyan87.5%
Magenta12.5%
Yellow0.0%
Key (black)87.5%
Color previews
#041c20 text on a black background
contrast 1.19:1
Card sample
#041c20 text on a white background
contrast 17.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #041c20;
Background color
Panel with #041c20 background
background-color: #041c20;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #041c20;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 28, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 28, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #041c20; background: linear-gradient(135deg, #041c20, #040920);