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