#7afeac
a light, electric green · cool · closest name: aquamarine
RGB
122, 254, 172
HSL
143°, 99%, 74%
CMYK
52, 0, 32, 0
Luminance
0.7800
Every format
| HEX | #7afeac |
| RGB | rgb(122, 254, 172) |
| HSL | hsl(143, 99%, 74%) |
| CMYK | cmyk(52%, 0%, 32%, 0%) |
| LAB | lab(90.8 -54.2 28.4) |
| LCH | lch(90.8 61.2 152.4) |
| OKLCH | oklch(0.902 0.164 154.1) |
Copy-ready code
/* CSS */
color: #7afeac;
background-color: #7afeac;
/* Tailwind (arbitrary) */
class="text-[#7afeac] bg-[#7afeac]"
/* SCSS */
$brand: #7afeac;
/* SwiftUI */
Color(red: 0.478, green: 0.996, blue: 0.675)
/* Android */
Color.parseColor("#7afeac")Accessibility — WCAG contrast
Aa
#7afeac on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7afeac on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green99.6%
Blue67.5%
CMYK percentages
Cyan52.0%
Magenta0.0%
Yellow32.3%
Key (black)0.4%
Color previews
#7afeac text on a black background
contrast 16.60:1
Card sample
#7afeac text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7afeac;
Background color
Panel with #7afeac background
background-color: #7afeac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7afeac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 254, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 254, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7afeac; background: linear-gradient(135deg, #7afeac, #7AF8FE);