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