#afd787
a light, vivid green · cool · closest name: khaki
RGB
175, 215, 135
HSL
90°, 50%, 69%
CMYK
19, 0, 37, 16
Luminance
0.5946
Every format
| HEX | #afd787 |
| RGB | rgb(175, 215, 135) |
| HSL | hsl(90, 50%, 69%) |
| CMYK | cmyk(19%, 0%, 37%, 16%) |
| LAB | lab(81.5 -26.9 35.3) |
| LCH | lch(81.5 44.4 127.3) |
| OKLCH | oklch(0.832 0.114 130.2) |
Copy-ready code
/* CSS */
color: #afd787;
background-color: #afd787;
/* Tailwind (arbitrary) */
class="text-[#afd787] bg-[#afd787]"
/* SCSS */
$brand: #afd787;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.529)
/* Android */
Color.parseColor("#afd787")Accessibility — WCAG contrast
Aa
#afd787 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd787 on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue52.9%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow37.2%
Key (black)15.7%
Color previews
#afd787 text on a black background
contrast 12.89:1
Card sample
#afd787 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd787;
Background color
Panel with #afd787 background
background-color: #afd787;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd787;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd787; background: linear-gradient(135deg, #afd787, #87D794);