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