#7ac331
a balanced, vivid green · cool · closest name: olivedrab
RGB
122, 195, 49
HSL
90°, 60%, 48%
CMYK
37, 0, 75, 24
Luminance
0.4339
Every format
| HEX | #7ac331 |
| RGB | rgb(122, 195, 49) |
| HSL | hsl(90, 60%, 48%) |
| CMYK | cmyk(37%, 0%, 75%, 24%) |
| LAB | lab(71.8 -45.5 61.8) |
| LCH | lch(71.8 76.7 126.3) |
| OKLCH | oklch(0.742 0.188 132.9) |
Copy-ready code
/* CSS */
color: #7ac331;
background-color: #7ac331;
/* Tailwind (arbitrary) */
class="text-[#7ac331] bg-[#7ac331]"
/* SCSS */
$brand: #7ac331;
/* SwiftUI */
Color(red: 0.478, green: 0.765, blue: 0.192)
/* Android */
Color.parseColor("#7ac331")Accessibility — WCAG contrast
Aa
#7ac331 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ac331 on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green76.5%
Blue19.2%
CMYK percentages
Cyan37.4%
Magenta0.0%
Yellow74.9%
Key (black)23.5%
Color previews
#7ac331 text on a black background
contrast 9.68:1
Card sample
#7ac331 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ac331;
Background color
Panel with #7ac331 background
background-color: #7ac331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ac331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 195, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 195, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ac331; background: linear-gradient(135deg, #7ac331, #31C349);