#7ae779
a light, vivid green · cool · closest name: forestgreen
RGB
122, 231, 121
HSL
120°, 70%, 69%
CMYK
47, 0, 48, 9
Luminance
0.6267
Every format
| HEX | #7ae779 |
| RGB | rgb(122, 231, 121) |
| HSL | hsl(120, 70%, 69%) |
| CMYK | cmyk(47%, 0%, 48%, 9%) |
| LAB | lab(83.3 -53.0 43.9) |
| LCH | lch(83.3 68.8 140.4) |
| OKLCH | oklch(0.838 0.179 143.6) |
Copy-ready code
/* CSS */
color: #7ae779;
background-color: #7ae779;
/* Tailwind (arbitrary) */
class="text-[#7ae779] bg-[#7ae779]"
/* SCSS */
$brand: #7ae779;
/* SwiftUI */
Color(red: 0.478, green: 0.906, blue: 0.475)
/* Android */
Color.parseColor("#7ae779")Accessibility — WCAG contrast
Aa
#7ae779 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae779 on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green90.6%
Blue47.5%
CMYK percentages
Cyan47.2%
Magenta0.0%
Yellow47.6%
Key (black)9.4%
Color previews
#7ae779 text on a black background
contrast 13.53:1
Card sample
#7ae779 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae779;
Background color
Panel with #7ae779 background
background-color: #7ae779;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae779;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 231, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 231, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae779; background: linear-gradient(135deg, #7ae779, #79E7C1);