#4a720f
a dark, electric green · cool · closest name: olivedrab
RGB
74, 114, 15
HSL
84°, 77%, 25%
CMYK
35, 0, 87, 55
Luminance
0.1352
Every format
| HEX | #4a720f |
| RGB | rgb(74, 114, 15) |
| HSL | hsl(84, 77%, 25%) |
| CMYK | cmyk(35%, 0%, 87%, 55%) |
| LAB | lab(43.5 -29.4 45.1) |
| LCH | lch(43.5 53.9 123.1) |
| OKLCH | oklch(0.503 0.129 130.4) |
Copy-ready code
/* CSS */
color: #4a720f;
background-color: #4a720f;
/* Tailwind (arbitrary) */
class="text-[#4a720f] bg-[#4a720f]"
/* SCSS */
$brand: #4a720f;
/* SwiftUI */
Color(red: 0.290, green: 0.447, blue: 0.059)
/* Android */
Color.parseColor("#4a720f")Accessibility — WCAG contrast
Aa
#4a720f on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4a720f on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green44.7%
Blue5.9%
CMYK percentages
Cyan35.1%
Magenta0.0%
Yellow86.8%
Key (black)55.3%
Color previews
#4a720f text on a black background
contrast 3.70:1
Card sample
#4a720f text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a720f;
Background color
Panel with #4a720f background
background-color: #4a720f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a720f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 114, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 114, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a720f; background: linear-gradient(135deg, #4a720f, #0F7216);