#7ae1ac
a light, vivid green · cool · closest name: aquamarine
RGB
122, 225, 172
HSL
149°, 63%, 68%
CMYK
46, 0, 24, 12
Luminance
0.6097
Every format
| HEX | #7ae1ac |
| RGB | rgb(122, 225, 172) |
| HSL | hsl(149, 63%, 68%) |
| CMYK | cmyk(46%, 0%, 24%, 12%) |
| LAB | lab(82.4 -41.9 16.8) |
| LCH | lch(82.4 45.2 158.2) |
| OKLCH | oklch(0.833 0.123 159.6) |
Copy-ready code
/* CSS */
color: #7ae1ac;
background-color: #7ae1ac;
/* Tailwind (arbitrary) */
class="text-[#7ae1ac] bg-[#7ae1ac]"
/* SCSS */
$brand: #7ae1ac;
/* SwiftUI */
Color(red: 0.478, green: 0.882, blue: 0.675)
/* Android */
Color.parseColor("#7ae1ac")Accessibility — WCAG contrast
Aa
#7ae1ac on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ae1ac on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green88.2%
Blue67.5%
CMYK percentages
Cyan45.8%
Magenta0.0%
Yellow23.6%
Key (black)11.8%
Color previews
#7ae1ac text on a black background
contrast 13.19:1
Card sample
#7ae1ac text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ae1ac;
Background color
Panel with #7ae1ac background
background-color: #7ae1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ae1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 225, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 225, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ae1ac; background: linear-gradient(135deg, #7ae1ac, #7AD1E1);