#afd89c
a light, soft green · cool · closest name: khaki
RGB
175, 216, 156
HSL
101°, 44%, 73%
CMYK
19, 0, 28, 15
Luminance
0.6063
Every format
| HEX | #afd89c |
| RGB | rgb(175, 216, 156) |
| HSL | hsl(101, 44%, 73%) |
| CMYK | cmyk(19%, 0%, 28%, 15%) |
| LAB | lab(82.2 -24.4 25.3) |
| LCH | lch(82.2 35.1 133.9) |
| OKLCH | oklch(0.838 0.092 136.0) |
Copy-ready code
/* CSS */
color: #afd89c;
background-color: #afd89c;
/* Tailwind (arbitrary) */
class="text-[#afd89c] bg-[#afd89c]"
/* SCSS */
$brand: #afd89c;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.612)
/* Android */
Color.parseColor("#afd89c")Accessibility — WCAG contrast
Aa
#afd89c on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd89c on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue61.2%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow27.8%
Key (black)15.3%
Color previews
#afd89c text on a black background
contrast 13.13:1
Card sample
#afd89c text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd89c;
Background color
Panel with #afd89c background
background-color: #afd89c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd89c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd89c; background: linear-gradient(135deg, #afd89c, #9CD8B1);