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