#7ae18b
a light, vivid green · cool · closest name: aquamarine
RGB
122, 225, 139
HSL
130°, 63%, 68%
CMYK
46, 0, 38, 12
Luminance
0.5985
Every format
| HEX | #7ae18b |
| RGB | rgb(122, 225, 139) |
| HSL | hsl(130, 63%, 68%) |
| CMYK | cmyk(46%, 0%, 38%, 12%) |
| LAB | lab(81.8 -47.9 33.0) |
| LCH | lch(81.8 58.2 145.4) |
| OKLCH | oklch(0.826 0.154 147.8) |
Copy-ready code
/* CSS */
color: #7ae18b;
background-color: #7ae18b;
/* Tailwind (arbitrary) */
class="text-[#7ae18b] bg-[#7ae18b]"
/* SCSS */
$brand: #7ae18b;
/* SwiftUI */
Color(red: 0.478, green: 0.882, blue: 0.545)
/* Android */
Color.parseColor("#7ae18b")Accessibility — WCAG contrast
Aa
#7ae18b on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae18b on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green88.2%
Blue54.5%
CMYK percentages
Cyan45.8%
Magenta0.0%
Yellow38.2%
Key (black)11.8%
Color previews
#7ae18b text on a black background
contrast 12.97:1
Card sample
#7ae18b text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae18b;
Background color
Panel with #7ae18b background
background-color: #7ae18b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae18b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 225, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 225, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae18b; background: linear-gradient(135deg, #7ae18b, #7AE1D0);