#7af998
a light, electric green · cool · closest name: aquamarine
RGB
122, 249, 152
HSL
134°, 91%, 73%
CMYK
51, 0, 39, 2
Luminance
0.7416
Every format
| HEX | #7af998 |
| RGB | rgb(122, 249, 152) |
| HSL | hsl(134, 91%, 73%) |
| CMYK | cmyk(51%, 0%, 39%, 2%) |
| LAB | lab(89.0 -55.6 36.0) |
| LCH | lch(89.0 66.2 147.1) |
| OKLCH | oklch(0.886 0.175 149.3) |
Copy-ready code
/* CSS */
color: #7af998;
background-color: #7af998;
/* Tailwind (arbitrary) */
class="text-[#7af998] bg-[#7af998]"
/* SCSS */
$brand: #7af998;
/* SwiftUI */
Color(red: 0.478, green: 0.976, blue: 0.596)
/* Android */
Color.parseColor("#7af998")Accessibility — WCAG contrast
Aa
#7af998 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af998 on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green97.6%
Blue59.6%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow39.0%
Key (black)2.4%
Color previews
#7af998 text on a black background
contrast 15.83:1
Card sample
#7af998 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af998;
Background color
Panel with #7af998 background
background-color: #7af998;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af998;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 249, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 249, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af998; background: linear-gradient(135deg, #7af998, #7AF9ED);