#047804
a deep, electric green · cool · closest name: green
RGB
4, 120, 4
HSL
120°, 94%, 24%
CMYK
97, 0, 97, 53
Luminance
0.1347
Every format
| HEX | #047804 |
| RGB | rgb(4, 120, 4) |
| HSL | hsl(120, 94%, 24%) |
| CMYK | cmyk(97%, 0%, 97%, 53%) |
| LAB | lab(43.5 -48.8 46.8) |
| LCH | lch(43.5 67.6 136.2) |
| OKLCH | oklch(0.497 0.167 142.5) |
Copy-ready code
/* CSS */
color: #047804;
background-color: #047804;
/* Tailwind (arbitrary) */
class="text-[#047804] bg-[#047804]"
/* SCSS */
$brand: #047804;
/* SwiftUI */
Color(red: 0.016, green: 0.471, blue: 0.016)
/* Android */
Color.parseColor("#047804")Accessibility — WCAG contrast
Aa
#047804 on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#047804 on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green47.1%
Blue1.6%
CMYK percentages
Cyan96.7%
Magenta0.0%
Yellow96.7%
Key (black)52.9%
Color previews
#047804 text on a black background
contrast 3.69:1
Card sample
#047804 text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #047804;
Background color
Panel with #047804 background
background-color: #047804;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #047804;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 120, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 120, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #047804; background: linear-gradient(135deg, #047804, #047851);