#7ad950
a balanced, vivid green · cool · closest name: forestgreen
RGB
122, 217, 80
HSL
102°, 64%, 58%
CMYK
44, 0, 63, 15
Luminance
0.5434
Every format
| HEX | #7ad950 |
| RGB | rgb(122, 217, 80) |
| HSL | hsl(102, 64%, 58%) |
| CMYK | cmyk(44%, 0%, 63%, 15%) |
| LAB | lab(78.7 -52.1 57.1) |
| LCH | lch(78.7 77.3 132.4) |
| OKLCH | oklch(0.798 0.195 137.5) |
Copy-ready code
/* CSS */
color: #7ad950;
background-color: #7ad950;
/* Tailwind (arbitrary) */
class="text-[#7ad950] bg-[#7ad950]"
/* SCSS */
$brand: #7ad950;
/* SwiftUI */
Color(red: 0.478, green: 0.851, blue: 0.314)
/* Android */
Color.parseColor("#7ad950")Accessibility — WCAG contrast
Aa
#7ad950 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ad950 on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green85.1%
Blue31.4%
CMYK percentages
Cyan43.8%
Magenta0.0%
Yellow63.1%
Key (black)14.9%
Color previews
#7ad950 text on a black background
contrast 11.87:1
Card sample
#7ad950 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ad950;
Background color
Panel with #7ad950 background
background-color: #7ad950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ad950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 217, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 217, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ad950; background: linear-gradient(135deg, #7ad950, #50D981);