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