#72a813
a dark, electric green · cool · closest name: olivedrab
RGB
114, 168, 19
HSL
82°, 80%, 37%
CMYK
32, 0, 89, 34
Luminance
0.3163
Every format
| HEX | #72a813 |
| RGB | rgb(114, 168, 19) |
| HSL | hsl(82, 80%, 37%) |
| CMYK | cmyk(32%, 0%, 89%, 34%) |
| LAB | lab(63.0 -38.1 61.8) |
| LCH | lch(63.0 72.6 121.6) |
| OKLCH | oklch(0.669 0.173 129.3) |
Copy-ready code
/* CSS */
color: #72a813;
background-color: #72a813;
/* Tailwind (arbitrary) */
class="text-[#72a813] bg-[#72a813]"
/* SCSS */
$brand: #72a813;
/* SwiftUI */
Color(red: 0.447, green: 0.659, blue: 0.075)
/* Android */
Color.parseColor("#72a813")Accessibility — WCAG contrast
Aa
#72a813 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72a813 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green65.9%
Blue7.5%
CMYK percentages
Cyan32.1%
Magenta0.0%
Yellow88.7%
Key (black)34.1%
Color previews
#72a813 text on a black background
contrast 7.33:1
Card sample
#72a813 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72a813;
Background color
Panel with #72a813 background
background-color: #72a813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72a813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 168, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 168, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72a813; background: linear-gradient(135deg, #72a813, #13A817);