#afee8b
a light, vivid green · cool · closest name: khaki
RGB
175, 238, 139
HSL
98°, 74%, 74%
CMYK
27, 0, 42, 7
Luminance
0.7213
Every format
| HEX | #afee8b |
| RGB | rgb(175, 238, 139) |
| HSL | hsl(98, 74%, 74%) |
| CMYK | cmyk(27%, 0%, 42%, 7%) |
| LAB | lab(88.0 -37.1 41.6) |
| LCH | lch(88.0 55.8 131.7) |
| OKLCH | oklch(0.884 0.144 134.9) |
Copy-ready code
/* CSS */
color: #afee8b;
background-color: #afee8b;
/* Tailwind (arbitrary) */
class="text-[#afee8b] bg-[#afee8b]"
/* SCSS */
$brand: #afee8b;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.545)
/* Android */
Color.parseColor("#afee8b")Accessibility — WCAG contrast
Aa
#afee8b on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afee8b on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue54.5%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow41.6%
Key (black)6.7%
Color previews
#afee8b text on a black background
contrast 15.43:1
Card sample
#afee8b text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afee8b;
Background color
Panel with #afee8b background
background-color: #afee8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afee8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afee8b; background: linear-gradient(135deg, #afee8b, #8BEEA9);