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