#7afd99
a light, electric green · cool · closest name: aquamarine
RGB
122, 253, 153
HSL
134°, 97%, 74%
CMYK
52, 0, 40, 1
Luminance
0.7669
Every format
| HEX | #7afd99 |
| RGB | rgb(122, 253, 153) |
| HSL | hsl(134, 97%, 74%) |
| CMYK | cmyk(52%, 0%, 40%, 1%) |
| LAB | lab(90.2 -57.0 37.1) |
| LCH | lch(90.2 68.0 147.0) |
| OKLCH | oklch(0.896 0.180 149.3) |
Copy-ready code
/* CSS */
color: #7afd99;
background-color: #7afd99;
/* Tailwind (arbitrary) */
class="text-[#7afd99] bg-[#7afd99]"
/* SCSS */
$brand: #7afd99;
/* SwiftUI */
Color(red: 0.478, green: 0.992, blue: 0.600)
/* Android */
Color.parseColor("#7afd99")Accessibility — WCAG contrast
Aa
#7afd99 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afd99 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green99.2%
Blue60.0%
CMYK percentages
Cyan51.8%
Magenta0.0%
Yellow39.5%
Key (black)0.8%
Color previews
#7afd99 text on a black background
contrast 16.34:1
Card sample
#7afd99 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afd99;
Background color
Panel with #7afd99 background
background-color: #7afd99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afd99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 253, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 253, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afd99; background: linear-gradient(135deg, #7afd99, #7AFDF0);