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