#7ac621
a balanced, vivid green · cool · closest name: forestgreen
RGB
122, 198, 33
HSL
88°, 71%, 45%
CMYK
38, 0, 83, 22
Luminance
0.4464
Every format
| HEX | #7ac621 |
| RGB | rgb(122, 198, 33) |
| HSL | hsl(88, 71%, 45%) |
| CMYK | cmyk(38%, 0%, 83%, 22%) |
| LAB | lab(72.7 -47.5 67.2) |
| LCH | lch(72.7 82.3 125.2) |
| OKLCH | oklch(0.748 0.199 132.5) |
Copy-ready code
/* CSS */
color: #7ac621;
background-color: #7ac621;
/* Tailwind (arbitrary) */
class="text-[#7ac621] bg-[#7ac621]"
/* SCSS */
$brand: #7ac621;
/* SwiftUI */
Color(red: 0.478, green: 0.776, blue: 0.129)
/* Android */
Color.parseColor("#7ac621")Accessibility — WCAG contrast
Aa
#7ac621 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ac621 on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green77.6%
Blue12.9%
CMYK percentages
Cyan38.4%
Magenta0.0%
Yellow83.3%
Key (black)22.4%
Color previews
#7ac621 text on a black background
contrast 9.93:1
Card sample
#7ac621 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ac621;
Background color
Panel with #7ac621 background
background-color: #7ac621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ac621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 198, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 198, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ac621; background: linear-gradient(135deg, #7ac621, #21C636);