#afd187
a light, soft green · cool · closest name: khaki
RGB
175, 209, 135
HSL
88°, 45%, 68%
CMYK
16, 0, 35, 18
Luminance
0.5646
Every format
| HEX | #afd187 |
| RGB | rgb(175, 209, 135) |
| HSL | hsl(88, 45%, 68%) |
| CMYK | cmyk(16%, 0%, 35%, 18%) |
| LAB | lab(79.9 -24.0 33.1) |
| LCH | lch(79.9 40.9 125.9) |
| OKLCH | oklch(0.818 0.105 128.6) |
Copy-ready code
/* CSS */
color: #afd187;
background-color: #afd187;
/* Tailwind (arbitrary) */
class="text-[#afd187] bg-[#afd187]"
/* SCSS */
$brand: #afd187;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.529)
/* Android */
Color.parseColor("#afd187")Accessibility — WCAG contrast
Aa
#afd187 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd187 on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue52.9%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow35.4%
Key (black)18.0%
Color previews
#afd187 text on a black background
contrast 12.29:1
Card sample
#afd187 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd187;
Background color
Panel with #afd187 background
background-color: #afd187;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd187;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd187; background: linear-gradient(135deg, #afd187, #87D191);