#afd886
a light, vivid green · cool · closest name: khaki
RGB
175, 216, 134
HSL
90°, 51%, 69%
CMYK
19, 0, 38, 15
Luminance
0.5995
Every format
| HEX | #afd886 |
| RGB | rgb(175, 216, 134) |
| HSL | hsl(90, 51%, 69%) |
| CMYK | cmyk(19%, 0%, 38%, 15%) |
| LAB | lab(81.8 -27.5 36.1) |
| LCH | lch(81.8 45.4 127.3) |
| OKLCH | oklch(0.834 0.117 130.2) |
Copy-ready code
/* CSS */
color: #afd886;
background-color: #afd886;
/* Tailwind (arbitrary) */
class="text-[#afd886] bg-[#afd886]"
/* SCSS */
$brand: #afd886;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.525)
/* Android */
Color.parseColor("#afd886")Accessibility — WCAG contrast
Aa
#afd886 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd886 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue52.5%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow38.0%
Key (black)15.3%
Color previews
#afd886 text on a black background
contrast 12.99:1
Card sample
#afd886 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd886;
Background color
Panel with #afd886 background
background-color: #afd886;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd886;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd886; background: linear-gradient(135deg, #afd886, #86D894);