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