#7ae8af
a light, vivid green · cool · closest name: aquamarine
RGB
122, 232, 175
HSL
149°, 71%, 69%
CMYK
47, 0, 25, 9
Luminance
0.6495
Every format
| HEX | #7ae8af |
| RGB | rgb(122, 232, 175) |
| HSL | hsl(149, 71%, 69%) |
| CMYK | cmyk(47%, 0%, 25%, 9%) |
| LAB | lab(84.5 -44.4 18.1) |
| LCH | lch(84.5 48.0 157.8) |
| OKLCH | oklch(0.850 0.131 159.2) |
Copy-ready code
/* CSS */
color: #7ae8af;
background-color: #7ae8af;
/* Tailwind (arbitrary) */
class="text-[#7ae8af] bg-[#7ae8af]"
/* SCSS */
$brand: #7ae8af;
/* SwiftUI */
Color(red: 0.478, green: 0.910, blue: 0.686)
/* Android */
Color.parseColor("#7ae8af")Accessibility — WCAG contrast
Aa
#7ae8af on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae8af on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green91.0%
Blue68.6%
CMYK percentages
Cyan47.4%
Magenta0.0%
Yellow24.6%
Key (black)9.0%
Color previews
#7ae8af text on a black background
contrast 13.99:1
Card sample
#7ae8af text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae8af;
Background color
Panel with #7ae8af background
background-color: #7ae8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 232, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 232, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae8af; background: linear-gradient(135deg, #7ae8af, #7AD8E8);