#afec99
a light, vivid green · cool · closest name: aquamarine
RGB
175, 236, 153
HSL
104°, 69%, 76%
CMYK
26, 0, 35, 8
Luminance
0.7140
Every format
| HEX | #afec99 |
| RGB | rgb(175, 236, 153) |
| HSL | hsl(104, 69%, 76%) |
| CMYK | cmyk(26%, 0%, 35%, 8%) |
| LAB | lab(87.7 -34.3 34.2) |
| LCH | lch(87.7 48.4 135.0) |
| OKLCH | oklch(0.882 0.127 137.7) |
Copy-ready code
/* CSS */
color: #afec99;
background-color: #afec99;
/* Tailwind (arbitrary) */
class="text-[#afec99] bg-[#afec99]"
/* SCSS */
$brand: #afec99;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.600)
/* Android */
Color.parseColor("#afec99")Accessibility — WCAG contrast
Aa
#afec99 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afec99 on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue60.0%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow35.2%
Key (black)7.5%
Color previews
#afec99 text on a black background
contrast 15.28:1
Card sample
#afec99 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afec99;
Background color
Panel with #afec99 background
background-color: #afec99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afec99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afec99; background: linear-gradient(135deg, #afec99, #99ECBA);