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