#7ae19f
a light, vivid green · cool · closest name: aquamarine
RGB
122, 225, 159
HSL
142°, 63%, 68%
CMYK
46, 0, 29, 12
Luminance
0.6049
Every format
| HEX | #7ae19f |
| RGB | rgb(122, 225, 159) |
| HSL | hsl(142, 63%, 68%) |
| CMYK | cmyk(46%, 0%, 29%, 12%) |
| LAB | lab(82.1 -44.4 23.2) |
| LCH | lch(82.1 50.1 152.4) |
| OKLCH | oklch(0.830 0.135 154.1) |
Copy-ready code
/* CSS */
color: #7ae19f;
background-color: #7ae19f;
/* Tailwind (arbitrary) */
class="text-[#7ae19f] bg-[#7ae19f]"
/* SCSS */
$brand: #7ae19f;
/* SwiftUI */
Color(red: 0.478, green: 0.882, blue: 0.624)
/* Android */
Color.parseColor("#7ae19f")Accessibility — WCAG contrast
Aa
#7ae19f on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae19f on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green88.2%
Blue62.4%
CMYK percentages
Cyan45.8%
Magenta0.0%
Yellow29.3%
Key (black)11.8%
Color previews
#7ae19f text on a black background
contrast 13.10:1
Card sample
#7ae19f text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae19f;
Background color
Panel with #7ae19f background
background-color: #7ae19f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae19f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 225, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 225, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae19f; background: linear-gradient(135deg, #7ae19f, #7ADEE1);