#afeb87
a light, vivid green · cool · closest name: khaki
RGB
175, 235, 135
HSL
96°, 71%, 73%
CMYK
26, 0, 43, 8
Luminance
0.7028
Every format
| HEX | #afeb87 |
| RGB | rgb(175, 235, 135) |
| HSL | hsl(96, 71%, 73%) |
| CMYK | cmyk(26%, 0%, 43%, 8%) |
| LAB | lab(87.1 -36.2 42.5) |
| LCH | lch(87.1 55.8 130.5) |
| OKLCH | oklch(0.876 0.144 133.8) |
Copy-ready code
/* CSS */
color: #afeb87;
background-color: #afeb87;
/* Tailwind (arbitrary) */
class="text-[#afeb87] bg-[#afeb87]"
/* SCSS */
$brand: #afeb87;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.529)
/* Android */
Color.parseColor("#afeb87")Accessibility — WCAG contrast
Aa
#afeb87 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeb87 on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue52.9%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow42.6%
Key (black)7.8%
Color previews
#afeb87 text on a black background
contrast 15.06:1
Card sample
#afeb87 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeb87;
Background color
Panel with #afeb87 background
background-color: #afeb87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeb87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeb87; background: linear-gradient(135deg, #afeb87, #87EBA2);