#7af992
a light, electric green · cool · closest name: aquamarine
RGB
122, 249, 146
HSL
131°, 91%, 73%
CMYK
51, 0, 41, 2
Luminance
0.7396
Every format
| HEX | #7af992 |
| RGB | rgb(122, 249, 146) |
| HSL | hsl(131, 91%, 73%) |
| CMYK | cmyk(51%, 0%, 41%, 2%) |
| LAB | lab(88.9 -56.5 38.9) |
| LCH | lch(88.9 68.6 145.5) |
| OKLCH | oklch(0.885 0.181 148.0) |
Copy-ready code
/* CSS */
color: #7af992;
background-color: #7af992;
/* Tailwind (arbitrary) */
class="text-[#7af992] bg-[#7af992]"
/* SCSS */
$brand: #7af992;
/* SwiftUI */
Color(red: 0.478, green: 0.976, blue: 0.573)
/* Android */
Color.parseColor("#7af992")Accessibility — WCAG contrast
Aa
#7af992 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af992 on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green97.6%
Blue57.3%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow41.4%
Key (black)2.4%
Color previews
#7af992 text on a black background
contrast 15.79:1
Card sample
#7af992 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af992;
Background color
Panel with #7af992 background
background-color: #7af992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 249, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 249, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af992; background: linear-gradient(135deg, #7af992, #7AF9E7);