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