#7ac050
a balanced, vivid green · cool · closest name: olivedrab
RGB
122, 192, 80
HSL
98°, 47%, 53%
CMYK
37, 0, 58, 25
Luminance
0.4242
Every format
| HEX | #7ac050 |
| RGB | rgb(122, 192, 80) |
| HSL | hsl(98, 47%, 53%) |
| CMYK | cmyk(37%, 0%, 58%, 25%) |
| LAB | lab(71.2 -41.7 48.6) |
| LCH | lch(71.2 64.1 130.6) |
| OKLCH | oklch(0.737 0.162 135.4) |
Copy-ready code
/* CSS */
color: #7ac050;
background-color: #7ac050;
/* Tailwind (arbitrary) */
class="text-[#7ac050] bg-[#7ac050]"
/* SCSS */
$brand: #7ac050;
/* SwiftUI */
Color(red: 0.478, green: 0.753, blue: 0.314)
/* Android */
Color.parseColor("#7ac050")Accessibility — WCAG contrast
Aa
#7ac050 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ac050 on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green75.3%
Blue31.4%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow58.3%
Key (black)24.7%
Color previews
#7ac050 text on a black background
contrast 9.48:1
Card sample
#7ac050 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ac050;
Background color
Panel with #7ac050 background
background-color: #7ac050;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ac050;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 192, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 192, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ac050; background: linear-gradient(135deg, #7ac050, #50C071);