#7afca5
a light, electric green · cool · closest name: aquamarine
RGB
122, 252, 165
HSL
140°, 96%, 73%
CMYK
52, 0, 35, 1
Luminance
0.7647
Every format
| HEX | #7afca5 |
| RGB | rgb(122, 252, 165) |
| HSL | hsl(140, 96%, 73%) |
| CMYK | cmyk(52%, 0%, 35%, 1%) |
| LAB | lab(90.1 -54.6 31.0) |
| LCH | lch(90.1 62.8 150.5) |
| OKLCH | oklch(0.895 0.168 152.4) |
Copy-ready code
/* CSS */
color: #7afca5;
background-color: #7afca5;
/* Tailwind (arbitrary) */
class="text-[#7afca5] bg-[#7afca5]"
/* SCSS */
$brand: #7afca5;
/* SwiftUI */
Color(red: 0.478, green: 0.988, blue: 0.647)
/* Android */
Color.parseColor("#7afca5")Accessibility — WCAG contrast
Aa
#7afca5 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afca5 on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green98.8%
Blue64.7%
CMYK percentages
Cyan51.6%
Magenta0.0%
Yellow34.5%
Key (black)1.2%
Color previews
#7afca5 text on a black background
contrast 16.29:1
Card sample
#7afca5 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afca5;
Background color
Panel with #7afca5 background
background-color: #7afca5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afca5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 252, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 252, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afca5; background: linear-gradient(135deg, #7afca5, #7AFCFC);