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