#afd586
a light, vivid green · cool · closest name: khaki
RGB
175, 213, 134
HSL
89°, 49%, 68%
CMYK
18, 0, 37, 17
Luminance
0.5842
Every format
| HEX | #afd586 |
| RGB | rgb(175, 213, 134) |
| HSL | hsl(89, 49%, 68%) |
| CMYK | cmyk(18%, 0%, 37%, 17%) |
| LAB | lab(81.0 -26.1 35.0) |
| LCH | lch(81.0 43.7 126.6) |
| OKLCH | oklch(0.827 0.112 129.5) |
Copy-ready code
/* CSS */
color: #afd586;
background-color: #afd586;
/* Tailwind (arbitrary) */
class="text-[#afd586] bg-[#afd586]"
/* SCSS */
$brand: #afd586;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 0.525)
/* Android */
Color.parseColor("#afd586")Accessibility — WCAG contrast
Aa
#afd586 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd586 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue52.5%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow37.1%
Key (black)16.5%
Color previews
#afd586 text on a black background
contrast 12.68:1
Card sample
#afd586 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd586;
Background color
Panel with #afd586 background
background-color: #afd586;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd586;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd586; background: linear-gradient(135deg, #afd586, #86D592);