#afeeaa
a light, vivid green · cool · closest name: aquamarine
RGB
175, 238, 170
HSL
116°, 67%, 80%
CMYK
27, 0, 29, 7
Luminance
0.7317
Every format
| HEX | #afeeaa |
| RGB | rgb(175, 238, 170) |
| HSL | hsl(116, 67%, 80%) |
| CMYK | cmyk(27%, 0%, 29%, 7%) |
| LAB | lab(88.5 -32.6 26.7) |
| LCH | lch(88.5 42.2 140.7) |
| OKLCH | oklch(0.889 0.112 142.8) |
Copy-ready code
/* CSS */
color: #afeeaa;
background-color: #afeeaa;
/* Tailwind (arbitrary) */
class="text-[#afeeaa] bg-[#afeeaa]"
/* SCSS */
$brand: #afeeaa;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.667)
/* Android */
Color.parseColor("#afeeaa")Accessibility — WCAG contrast
Aa
#afeeaa on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeeaa on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue66.7%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow28.6%
Key (black)6.7%
Color previews
#afeeaa text on a black background
contrast 15.63:1
Card sample
#afeeaa text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeeaa;
Background color
Panel with #afeeaa background
background-color: #afeeaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeeaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeeaa; background: linear-gradient(135deg, #afeeaa, #AAEED2);