#7cb721
a dark, vivid green · cool · closest name: olivedrab
RGB
124, 183, 33
HSL
84°, 69%, 42%
CMYK
32, 0, 82, 28
Luminance
0.3826
Every format
| HEX | #7cb721 |
| RGB | rgb(124, 183, 33) |
| HSL | hsl(84, 69%, 42%) |
| CMYK | cmyk(32%, 0%, 82%, 28%) |
| LAB | lab(68.2 -40.4 63.3) |
| LCH | lch(68.2 75.1 122.6) |
| OKLCH | oklch(0.712 0.180 129.8) |
Copy-ready code
/* CSS */
color: #7cb721;
background-color: #7cb721;
/* Tailwind (arbitrary) */
class="text-[#7cb721] bg-[#7cb721]"
/* SCSS */
$brand: #7cb721;
/* SwiftUI */
Color(red: 0.486, green: 0.718, blue: 0.129)
/* Android */
Color.parseColor("#7cb721")Accessibility — WCAG contrast
Aa
#7cb721 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cb721 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green71.8%
Blue12.9%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow82.0%
Key (black)28.2%
Color previews
#7cb721 text on a black background
contrast 8.65:1
Card sample
#7cb721 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cb721;
Background color
Panel with #7cb721 background
background-color: #7cb721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cb721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 183, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 183, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cb721; background: linear-gradient(135deg, #7cb721, #21B72A);