#afef99
a light, vivid green · cool · closest name: aquamarine
RGB
175, 239, 153
HSL
105°, 73%, 77%
CMYK
27, 0, 36, 6
Luminance
0.7315
Every format
| HEX | #afef99 |
| RGB | rgb(175, 239, 153) |
| HSL | hsl(105, 73%, 77%) |
| CMYK | cmyk(27%, 0%, 36%, 6%) |
| LAB | lab(88.5 -35.6 35.3) |
| LCH | lch(88.5 50.2 135.3) |
| OKLCH | oklch(0.888 0.131 137.9) |
Copy-ready code
/* CSS */
color: #afef99;
background-color: #afef99;
/* Tailwind (arbitrary) */
class="text-[#afef99] bg-[#afef99]"
/* SCSS */
$brand: #afef99;
/* SwiftUI */
Color(red: 0.686, green: 0.937, blue: 0.600)
/* Android */
Color.parseColor("#afef99")Accessibility — WCAG contrast
Aa
#afef99 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afef99 on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.7%
Blue60.0%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow36.0%
Key (black)6.3%
Color previews
#afef99 text on a black background
contrast 15.63:1
Card sample
#afef99 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afef99;
Background color
Panel with #afef99 background
background-color: #afef99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afef99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 239, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 239, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afef99; background: linear-gradient(135deg, #afef99, #99EFBD);