#72a039
a dark, vivid green · cool · closest name: olivedrab
RGB
114, 160, 57
HSL
87°, 48%, 43%
CMYK
29, 0, 64, 37
Luminance
0.2901
Every format
| HEX | #72a039 |
| RGB | rgb(114, 160, 57) |
| HSL | hsl(87, 48%, 43%) |
| CMYK | cmyk(29%, 0%, 64%, 37%) |
| LAB | lab(60.8 -32.4 47.3) |
| LCH | lch(60.8 57.3 124.4) |
| OKLCH | oklch(0.651 0.142 130.0) |
Copy-ready code
/* CSS */
color: #72a039;
background-color: #72a039;
/* Tailwind (arbitrary) */
class="text-[#72a039] bg-[#72a039]"
/* SCSS */
$brand: #72a039;
/* SwiftUI */
Color(red: 0.447, green: 0.627, blue: 0.224)
/* Android */
Color.parseColor("#72a039")Accessibility — WCAG contrast
Aa
#72a039 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#72a039 on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green62.7%
Blue22.4%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow64.4%
Key (black)37.3%
Color previews
#72a039 text on a black background
contrast 6.80:1
Card sample
#72a039 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72a039;
Background color
Panel with #72a039 background
background-color: #72a039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72a039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 160, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 160, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72a039; background: linear-gradient(135deg, #72a039, #39A045);