#7ad646
a balanced, vivid green · cool · closest name: forestgreen
RGB
122, 214, 70
HSL
98°, 64%, 56%
CMYK
43, 0, 67, 16
Luminance
0.5267
Every format
| HEX | #7ad646 |
| RGB | rgb(122, 214, 70) |
| HSL | hsl(98, 64%, 56%) |
| CMYK | cmyk(43%, 0%, 67%, 16%) |
| LAB | lab(77.7 -51.7 60.1) |
| LCH | lch(77.7 79.3 130.7) |
| OKLCH | oklch(0.790 0.199 136.3) |
Copy-ready code
/* CSS */
color: #7ad646;
background-color: #7ad646;
/* Tailwind (arbitrary) */
class="text-[#7ad646] bg-[#7ad646]"
/* SCSS */
$brand: #7ad646;
/* SwiftUI */
Color(red: 0.478, green: 0.839, blue: 0.275)
/* Android */
Color.parseColor("#7ad646")Accessibility — WCAG contrast
Aa
#7ad646 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ad646 on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green83.9%
Blue27.5%
CMYK percentages
Cyan43.0%
Magenta0.0%
Yellow67.3%
Key (black)16.1%
Color previews
#7ad646 text on a black background
contrast 11.53:1
Card sample
#7ad646 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ad646;
Background color
Panel with #7ad646 background
background-color: #7ad646;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ad646;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 214, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 214, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ad646; background: linear-gradient(135deg, #7ad646, #46D672);