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