#04320c
a deep, electric green · cool · closest name: darkslategray
RGB
4, 50, 12
HSL
130°, 85%, 11%
CMYK
92, 0, 76, 80
Luminance
0.0233
Every format
| HEX | #04320c |
| RGB | rgb(4, 50, 12) |
| HSL | hsl(130, 85%, 11%) |
| CMYK | cmyk(92%, 0%, 76%, 80%) |
| LAB | lab(17.1 -24.6 19.1) |
| LCH | lch(17.1 31.2 142.2) |
| OKLCH | oklch(0.278 0.080 145.7) |
Copy-ready code
/* CSS */
color: #04320c;
background-color: #04320c;
/* Tailwind (arbitrary) */
class="text-[#04320c] bg-[#04320c]"
/* SCSS */
$brand: #04320c;
/* SwiftUI */
Color(red: 0.016, green: 0.196, blue: 0.047)
/* Android */
Color.parseColor("#04320c")Accessibility — WCAG contrast
Aa
#04320c on white: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#04320c on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green19.6%
Blue4.7%
CMYK percentages
Cyan92.0%
Magenta0.0%
Yellow76.0%
Key (black)80.4%
Color previews
#04320c text on a black background
contrast 1.47:1
Card sample
#04320c text on a white background
contrast 14.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04320c;
Background color
Panel with #04320c background
background-color: #04320c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04320c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 50, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 50, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04320c; background: linear-gradient(135deg, #04320c, #04322B);