#7ca721
a dark, vivid green · cool · closest name: olivedrab
RGB
124, 167, 33
HSL
79°, 67%, 39%
CMYK
26, 0, 80, 35
Luminance
0.3203
Every format
| HEX | #7ca721 |
| RGB | rgb(124, 167, 33) |
| HSL | hsl(79, 67%, 39%) |
| CMYK | cmyk(26%, 0%, 80%, 35%) |
| LAB | lab(63.4 -33.2 58.9) |
| LCH | lch(63.4 67.7 119.4) |
| OKLCH | oklch(0.673 0.161 126.6) |
Copy-ready code
/* CSS */
color: #7ca721;
background-color: #7ca721;
/* Tailwind (arbitrary) */
class="text-[#7ca721] bg-[#7ca721]"
/* SCSS */
$brand: #7ca721;
/* SwiftUI */
Color(red: 0.486, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#7ca721")Accessibility — WCAG contrast
Aa
#7ca721 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ca721 on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green65.5%
Blue12.9%
CMYK percentages
Cyan25.7%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#7ca721 text on a black background
contrast 7.41:1
Card sample
#7ca721 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ca721;
Background color
Panel with #7ca721 background
background-color: #7ca721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ca721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ca721; background: linear-gradient(135deg, #7ca721, #23A721);