#80a721
a dark, vivid green · cool · closest name: olivedrab
RGB
128, 167, 33
HSL
78°, 67%, 39%
CMYK
23, 0, 80, 35
Luminance
0.3234
Every format
| HEX | #80a721 |
| RGB | rgb(128, 167, 33) |
| HSL | hsl(78, 67%, 39%) |
| CMYK | cmyk(23%, 0%, 80%, 35%) |
| LAB | lab(63.6 -31.6 59.2) |
| LCH | lch(63.6 67.2 118.1) |
| OKLCH | oklch(0.676 0.159 125.3) |
Copy-ready code
/* CSS */
color: #80a721;
background-color: #80a721;
/* Tailwind (arbitrary) */
class="text-[#80a721] bg-[#80a721]"
/* SCSS */
$brand: #80a721;
/* SwiftUI */
Color(red: 0.502, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#80a721")Accessibility — WCAG contrast
Aa
#80a721 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80a721 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green65.5%
Blue12.9%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#80a721 text on a black background
contrast 7.47:1
Card sample
#80a721 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80a721;
Background color
Panel with #80a721 background
background-color: #80a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80a721; background: linear-gradient(135deg, #80a721, #27A721);