#7ad275
a balanced, vivid green · cool · closest name: forestgreen
RGB
122, 210, 117
HSL
117°, 51%, 64%
CMYK
42, 0, 44, 18
Luminance
0.5152
Every format
| HEX | #7ad275 |
| RGB | rgb(122, 210, 117) |
| HSL | hsl(117, 51%, 64%) |
| CMYK | cmyk(42%, 0%, 44%, 18%) |
| LAB | lab(77.0 -44.9 37.9) |
| LCH | lch(77.0 58.8 139.8) |
| OKLCH | oklch(0.786 0.153 142.8) |
Copy-ready code
/* CSS */
color: #7ad275;
background-color: #7ad275;
/* Tailwind (arbitrary) */
class="text-[#7ad275] bg-[#7ad275]"
/* SCSS */
$brand: #7ad275;
/* SwiftUI */
Color(red: 0.478, green: 0.824, blue: 0.459)
/* Android */
Color.parseColor("#7ad275")Accessibility — WCAG contrast
Aa
#7ad275 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ad275 on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green82.4%
Blue45.9%
CMYK percentages
Cyan41.9%
Magenta0.0%
Yellow44.3%
Key (black)17.6%
Color previews
#7ad275 text on a black background
contrast 11.30:1
Card sample
#7ad275 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ad275;
Background color
Panel with #7ad275 background
background-color: #7ad275;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ad275;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 210, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 210, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ad275; background: linear-gradient(135deg, #7ad275, #75D2AE);