#7ae17a
a light, vivid green · cool · closest name: forestgreen
RGB
122, 225, 122
HSL
120°, 63%, 68%
CMYK
46, 0, 46, 12
Luminance
0.5939
Every format
| HEX | #7ae17a |
| RGB | rgb(122, 225, 122) |
| HSL | hsl(120, 63%, 68%) |
| CMYK | cmyk(46%, 0%, 46%, 12%) |
| LAB | lab(81.5 -50.5 41.2) |
| LCH | lch(81.5 65.1 140.8) |
| OKLCH | oklch(0.823 0.170 143.8) |
Copy-ready code
/* CSS */
color: #7ae17a;
background-color: #7ae17a;
/* Tailwind (arbitrary) */
class="text-[#7ae17a] bg-[#7ae17a]"
/* SCSS */
$brand: #7ae17a;
/* SwiftUI */
Color(red: 0.478, green: 0.882, blue: 0.478)
/* Android */
Color.parseColor("#7ae17a")Accessibility — WCAG contrast
Aa
#7ae17a on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae17a on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green88.2%
Blue47.8%
CMYK percentages
Cyan45.8%
Magenta0.0%
Yellow45.8%
Key (black)11.8%
Color previews
#7ae17a text on a black background
contrast 12.88:1
Card sample
#7ae17a text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae17a;
Background color
Panel with #7ae17a background
background-color: #7ae17a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae17a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 225, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 225, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae17a; background: linear-gradient(135deg, #7ae17a, #7AE1BF);