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