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