#afd487
a light, vivid green · cool · closest name: khaki
RGB
175, 212, 135
HSL
89°, 47%, 68%
CMYK
18, 0, 36, 17
Luminance
0.5795
Every format
| HEX | #afd487 |
| RGB | rgb(175, 212, 135) |
| HSL | hsl(89, 47%, 68%) |
| CMYK | cmyk(18%, 0%, 36%, 17%) |
| LAB | lab(80.7 -25.4 34.2) |
| LCH | lch(80.7 42.6 126.7) |
| OKLCH | oklch(0.825 0.110 129.4) |
Copy-ready code
/* CSS */
color: #afd487;
background-color: #afd487;
/* Tailwind (arbitrary) */
class="text-[#afd487] bg-[#afd487]"
/* SCSS */
$brand: #afd487;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.529)
/* Android */
Color.parseColor("#afd487")Accessibility — WCAG contrast
Aa
#afd487 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd487 on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue52.9%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow36.3%
Key (black)16.9%
Color previews
#afd487 text on a black background
contrast 12.59:1
Card sample
#afd487 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd487;
Background color
Panel with #afd487 background
background-color: #afd487;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd487;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd487; background: linear-gradient(135deg, #afd487, #87D492);