#7afec4
a light, electric green · cool · closest name: aquamarine
RGB
122, 254, 196
HSL
154°, 99%, 74%
CMYK
52, 0, 23, 0
Luminance
0.7901
Every format
| HEX | #7afec4 |
| RGB | rgb(122, 254, 196) |
| HSL | hsl(154, 99%, 74%) |
| CMYK | cmyk(52%, 0%, 23%, 0%) |
| LAB | lab(91.2 -49.6 16.8) |
| LCH | lch(91.2 52.4 161.3) |
| OKLCH | oklch(0.907 0.144 162.6) |
Copy-ready code
/* CSS */
color: #7afec4;
background-color: #7afec4;
/* Tailwind (arbitrary) */
class="text-[#7afec4] bg-[#7afec4]"
/* SCSS */
$brand: #7afec4;
/* SwiftUI */
Color(red: 0.478, green: 0.996, blue: 0.769)
/* Android */
Color.parseColor("#7afec4")Accessibility — WCAG contrast
Aa
#7afec4 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afec4 on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green99.6%
Blue76.9%
CMYK percentages
Cyan52.0%
Magenta0.0%
Yellow22.8%
Key (black)0.4%
Color previews
#7afec4 text on a black background
contrast 16.80:1
Card sample
#7afec4 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afec4;
Background color
Panel with #7afec4 background
background-color: #7afec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 254, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 254, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afec4; background: linear-gradient(135deg, #7afec4, #7AE0FE);