#7aefac
a light, electric green · cool · closest name: aquamarine
RGB
122, 239, 172
HSL
146°, 79%, 71%
CMYK
49, 0, 28, 6
Luminance
0.6885
Every format
| HEX | #7aefac |
| RGB | rgb(122, 239, 172) |
| HSL | hsl(146, 79%, 71%) |
| CMYK | cmyk(49%, 0%, 28%, 6%) |
| LAB | lab(86.4 -48.0 22.4) |
| LCH | lch(86.4 53.0 154.9) |
| OKLCH | oklch(0.866 0.143 156.5) |
Copy-ready code
/* CSS */
color: #7aefac;
background-color: #7aefac;
/* Tailwind (arbitrary) */
class="text-[#7aefac] bg-[#7aefac]"
/* SCSS */
$brand: #7aefac;
/* SwiftUI */
Color(red: 0.478, green: 0.937, blue: 0.675)
/* Android */
Color.parseColor("#7aefac")Accessibility — WCAG contrast
Aa
#7aefac on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aefac on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green93.7%
Blue67.5%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow28.0%
Key (black)6.3%
Color previews
#7aefac text on a black background
contrast 14.77:1
Card sample
#7aefac text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aefac;
Background color
Panel with #7aefac background
background-color: #7aefac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aefac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 239, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 239, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aefac; background: linear-gradient(135deg, #7aefac, #7AE4EF);