#7ad044
a balanced, vivid green · cool · closest name: forestgreen
RGB
122, 208, 68
HSL
97°, 60%, 54%
CMYK
41, 0, 67, 18
Luminance
0.4967
Every format
| HEX | #7ad044 |
| RGB | rgb(122, 208, 68) |
| HSL | hsl(97, 60%, 54%) |
| CMYK | cmyk(41%, 0%, 67%, 18%) |
| LAB | lab(75.9 -49.5 58.9) |
| LCH | lch(75.9 77.0 130.0) |
| OKLCH | oklch(0.775 0.193 135.7) |
Copy-ready code
/* CSS */
color: #7ad044;
background-color: #7ad044;
/* Tailwind (arbitrary) */
class="text-[#7ad044] bg-[#7ad044]"
/* SCSS */
$brand: #7ad044;
/* SwiftUI */
Color(red: 0.478, green: 0.816, blue: 0.267)
/* Android */
Color.parseColor("#7ad044")Accessibility — WCAG contrast
Aa
#7ad044 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ad044 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green81.6%
Blue26.7%
CMYK percentages
Cyan41.3%
Magenta0.0%
Yellow67.3%
Key (black)18.4%
Color previews
#7ad044 text on a black background
contrast 10.93:1
Card sample
#7ad044 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ad044;
Background color
Panel with #7ad044 background
background-color: #7ad044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ad044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 208, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 208, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ad044; background: linear-gradient(135deg, #7ad044, #44D06B);