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