#04701c
a deep, electric green · cool · closest name: forestgreen
RGB
4, 112, 28
HSL
133°, 93%, 23%
CMYK
96, 0, 75, 56
Luminance
0.1170
Every format
| HEX | #04701c |
| RGB | rgb(4, 112, 28) |
| HSL | hsl(133, 93%, 23%) |
| CMYK | cmyk(96%, 0%, 75%, 56%) |
| LAB | lab(40.7 -44.9 37.2) |
| LCH | lch(40.7 58.2 140.4) |
| OKLCH | oklch(0.474 0.148 145.0) |
Copy-ready code
/* CSS */
color: #04701c;
background-color: #04701c;
/* Tailwind (arbitrary) */
class="text-[#04701c] bg-[#04701c]"
/* SCSS */
$brand: #04701c;
/* SwiftUI */
Color(red: 0.016, green: 0.439, blue: 0.110)
/* Android */
Color.parseColor("#04701c")Accessibility — WCAG contrast
Aa
#04701c on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#04701c on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green43.9%
Blue11.0%
CMYK percentages
Cyan96.4%
Magenta0.0%
Yellow75.0%
Key (black)56.1%
Color previews
#04701c text on a black background
contrast 3.34:1
Card sample
#04701c text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #04701c;
Background color
Panel with #04701c background
background-color: #04701c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #04701c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 112, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 112, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #04701c; background: linear-gradient(135deg, #04701c, #047064);