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