#afeb8a
a light, vivid green · cool · closest name: khaki
RGB
175, 235, 138
HSL
97°, 71%, 73%
CMYK
26, 0, 41, 8
Luminance
0.7037
Every format
| HEX | #afeb8a |
| RGB | rgb(175, 235, 138) |
| HSL | hsl(97, 71%, 73%) |
| CMYK | cmyk(26%, 0%, 41%, 8%) |
| LAB | lab(87.2 -35.9 41.0) |
| LCH | lch(87.2 54.5 131.1) |
| OKLCH | oklch(0.877 0.141 134.4) |
Copy-ready code
/* CSS */
color: #afeb8a;
background-color: #afeb8a;
/* Tailwind (arbitrary) */
class="text-[#afeb8a] bg-[#afeb8a]"
/* SCSS */
$brand: #afeb8a;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.541)
/* Android */
Color.parseColor("#afeb8a")Accessibility — WCAG contrast
Aa
#afeb8a on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeb8a on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue54.1%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow41.3%
Key (black)7.8%
Color previews
#afeb8a text on a black background
contrast 15.07:1
Card sample
#afeb8a text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeb8a;
Background color
Panel with #afeb8a background
background-color: #afeb8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeb8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeb8a; background: linear-gradient(135deg, #afeb8a, #8AEBA6);