#7ae197
a light, vivid green · cool · closest name: aquamarine
RGB
122, 225, 151
HSL
137°, 63%, 68%
CMYK
46, 0, 33, 12
Luminance
0.6022
Every format
| HEX | #7ae197 |
| RGB | rgb(122, 225, 151) |
| HSL | hsl(137, 63%, 68%) |
| CMYK | cmyk(46%, 0%, 33%, 12%) |
| LAB | lab(82.0 -45.9 27.1) |
| LCH | lch(82.0 53.3 149.4) |
| OKLCH | oklch(0.829 0.142 151.3) |
Copy-ready code
/* CSS */
color: #7ae197;
background-color: #7ae197;
/* Tailwind (arbitrary) */
class="text-[#7ae197] bg-[#7ae197]"
/* SCSS */
$brand: #7ae197;
/* SwiftUI */
Color(red: 0.478, green: 0.882, blue: 0.592)
/* Android */
Color.parseColor("#7ae197")Accessibility — WCAG contrast
Aa
#7ae197 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae197 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green88.2%
Blue59.2%
CMYK percentages
Cyan45.8%
Magenta0.0%
Yellow32.9%
Key (black)11.8%
Color previews
#7ae197 text on a black background
contrast 13.04:1
Card sample
#7ae197 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae197;
Background color
Panel with #7ae197 background
background-color: #7ae197;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae197;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 225, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 225, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae197; background: linear-gradient(135deg, #7ae197, #7AE1DC);