#afd86c
a balanced, vivid green · cool · closest name: khaki
RGB
175, 216, 108
HSL
83°, 58%, 64%
CMYK
19, 0, 50, 15
Luminance
0.5931
Every format
| HEX | #afd86c |
| RGB | rgb(175, 216, 108) |
| HSL | hsl(83, 58%, 64%) |
| CMYK | cmyk(19%, 0%, 50%, 15%) |
| LAB | lab(81.5 -30.6 48.5) |
| LCH | lch(81.5 57.3 122.2) |
| OKLCH | oklch(0.830 0.144 126.5) |
Copy-ready code
/* CSS */
color: #afd86c;
background-color: #afd86c;
/* Tailwind (arbitrary) */
class="text-[#afd86c] bg-[#afd86c]"
/* SCSS */
$brand: #afd86c;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.424)
/* Android */
Color.parseColor("#afd86c")Accessibility — WCAG contrast
Aa
#afd86c on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd86c on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue42.4%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow50.0%
Key (black)15.3%
Color previews
#afd86c text on a black background
contrast 12.86:1
Card sample
#afd86c text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd86c;
Background color
Panel with #afd86c background
background-color: #afd86c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd86c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd86c; background: linear-gradient(135deg, #afd86c, #6CD871);