#047607
a deep, electric green · cool · closest name: green
RGB
4, 118, 7
HSL
122°, 93%, 24%
CMYK
97, 0, 94, 54
Luminance
0.1300
Every format
| HEX | #047607 |
| RGB | rgb(4, 118, 7) |
| HSL | hsl(122, 93%, 24%) |
| CMYK | cmyk(97%, 0%, 94%, 54%) |
| LAB | lab(42.8 -48.1 45.5) |
| LCH | lch(42.8 66.2 136.6) |
| OKLCH | oklch(0.491 0.164 142.7) |
Copy-ready code
/* CSS */
color: #047607;
background-color: #047607;
/* Tailwind (arbitrary) */
class="text-[#047607] bg-[#047607]"
/* SCSS */
$brand: #047607;
/* SwiftUI */
Color(red: 0.016, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#047607")Accessibility — WCAG contrast
Aa
#047607 on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#047607 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green46.3%
Blue2.7%
CMYK percentages
Cyan96.6%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#047607 text on a black background
contrast 3.60:1
Card sample
#047607 text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #047607;
Background color
Panel with #047607 background
background-color: #047607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #047607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #047607; background: linear-gradient(135deg, #047607, #047653);