#afee9c
a light, vivid green · cool · closest name: aquamarine
RGB
175, 238, 156
HSL
106°, 71%, 77%
CMYK
27, 0, 35, 7
Luminance
0.7266
Every format
| HEX | #afee9c |
| RGB | rgb(175, 238, 156) |
| HSL | hsl(106, 71%, 77%) |
| CMYK | cmyk(27%, 0%, 35%, 7%) |
| LAB | lab(88.3 -34.8 33.5) |
| LCH | lch(88.3 48.3 136.0) |
| OKLCH | oklch(0.887 0.126 138.6) |
Copy-ready code
/* CSS */
color: #afee9c;
background-color: #afee9c;
/* Tailwind (arbitrary) */
class="text-[#afee9c] bg-[#afee9c]"
/* SCSS */
$brand: #afee9c;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.612)
/* Android */
Color.parseColor("#afee9c")Accessibility — WCAG contrast
Aa
#afee9c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afee9c on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue61.2%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow34.5%
Key (black)6.7%
Color previews
#afee9c text on a black background
contrast 15.53:1
Card sample
#afee9c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afee9c;
Background color
Panel with #afee9c background
background-color: #afee9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afee9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afee9c; background: linear-gradient(135deg, #afee9c, #9CEEC0);