#afee8f
a light, vivid green · cool · closest name: khaki
RGB
175, 238, 143
HSL
100°, 74%, 75%
CMYK
27, 0, 40, 7
Luminance
0.7225
Every format
| HEX | #afee8f |
| RGB | rgb(175, 238, 143) |
| HSL | hsl(100, 74%, 75%) |
| CMYK | cmyk(27%, 0%, 40%, 7%) |
| LAB | lab(88.1 -36.6 39.7) |
| LCH | lch(88.1 54.0 132.6) |
| OKLCH | oklch(0.885 0.140 135.7) |
Copy-ready code
/* CSS */
color: #afee8f;
background-color: #afee8f;
/* Tailwind (arbitrary) */
class="text-[#afee8f] bg-[#afee8f]"
/* SCSS */
$brand: #afee8f;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.561)
/* Android */
Color.parseColor("#afee8f")Accessibility — WCAG contrast
Aa
#afee8f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afee8f on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue56.1%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow39.9%
Key (black)6.7%
Color previews
#afee8f text on a black background
contrast 15.45:1
Card sample
#afee8f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afee8f;
Background color
Panel with #afee8f background
background-color: #afee8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afee8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afee8f; background: linear-gradient(135deg, #afee8f, #8FEEAE);