#04201c
a deep, electric cyan · cool · closest name: black
RGB
4, 32, 28
HSL
171°, 78%, 7%
CMYK
88, 0, 13, 88
Luminance
0.0114
Every format
| HEX | #04201c |
| RGB | rgb(4, 32, 28) |
| HSL | hsl(171, 78%, 7%) |
| CMYK | cmyk(88%, 0%, 13%, 88%) |
| LAB | lab(10.1 -11.9 -0.4) |
| LCH | lch(10.1 11.9 182.0) |
| OKLCH | oklch(0.221 0.035 182.1) |
Copy-ready code
/* CSS */
color: #04201c;
background-color: #04201c;
/* Tailwind (arbitrary) */
class="text-[#04201c] bg-[#04201c]"
/* SCSS */
$brand: #04201c;
/* SwiftUI */
Color(red: 0.016, green: 0.125, blue: 0.110)
/* Android */
Color.parseColor("#04201c")Accessibility — WCAG contrast
Aa
#04201c on white: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04201c on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green12.5%
Blue11.0%
CMYK percentages
Cyan87.5%
Magenta0.0%
Yellow12.5%
Key (black)87.5%
Color previews
#04201c text on a black background
contrast 1.23:1
Card sample
#04201c text on a white background
contrast 17.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04201c;
Background color
Panel with #04201c background
background-color: #04201c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04201c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 32, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 32, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04201c; background: linear-gradient(135deg, #04201c, #041120);