#7ae6af
a light, vivid green · cool · closest name: aquamarine
RGB
122, 230, 175
HSL
149°, 68%, 69%
CMYK
47, 0, 24, 10
Luminance
0.6383
Every format
| HEX | #7ae6af |
| RGB | rgb(122, 230, 175) |
| HSL | hsl(149, 68%, 69%) |
| CMYK | cmyk(47%, 0%, 24%, 10%) |
| LAB | lab(83.9 -43.5 17.3) |
| LCH | lch(83.9 46.9 158.3) |
| OKLCH | oklch(0.846 0.128 159.7) |
Copy-ready code
/* CSS */
color: #7ae6af;
background-color: #7ae6af;
/* Tailwind (arbitrary) */
class="text-[#7ae6af] bg-[#7ae6af]"
/* SCSS */
$brand: #7ae6af;
/* SwiftUI */
Color(red: 0.478, green: 0.902, blue: 0.686)
/* Android */
Color.parseColor("#7ae6af")Accessibility — WCAG contrast
Aa
#7ae6af on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae6af on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green90.2%
Blue68.6%
CMYK percentages
Cyan47.0%
Magenta0.0%
Yellow23.9%
Key (black)9.8%
Color previews
#7ae6af text on a black background
contrast 13.77:1
Card sample
#7ae6af text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae6af;
Background color
Panel with #7ae6af background
background-color: #7ae6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 230, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 230, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae6af; background: linear-gradient(135deg, #7ae6af, #7AD5E6);