#7af987
a light, electric green · cool · closest name: aquamarine
RGB
122, 249, 135
HSL
126°, 91%, 73%
CMYK
51, 0, 46, 2
Luminance
0.7364
Every format
| HEX | #7af987 |
| RGB | rgb(122, 249, 135) |
| HSL | hsl(126, 91%, 73%) |
| CMYK | cmyk(51%, 0%, 46%, 2%) |
| LAB | lab(88.8 -58.2 44.0) |
| LCH | lch(88.8 72.9 142.9) |
| OKLCH | oklch(0.883 0.191 145.8) |
Copy-ready code
/* CSS */
color: #7af987;
background-color: #7af987;
/* Tailwind (arbitrary) */
class="text-[#7af987] bg-[#7af987]"
/* SCSS */
$brand: #7af987;
/* SwiftUI */
Color(red: 0.478, green: 0.976, blue: 0.529)
/* Android */
Color.parseColor("#7af987")Accessibility — WCAG contrast
Aa
#7af987 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af987 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green97.6%
Blue52.9%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow45.8%
Key (black)2.4%
Color previews
#7af987 text on a black background
contrast 15.73:1
Card sample
#7af987 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af987;
Background color
Panel with #7af987 background
background-color: #7af987;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af987;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 249, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 249, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af987; background: linear-gradient(135deg, #7af987, #7AF9DC);