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