#afd98c
a light, vivid green · cool · closest name: khaki
RGB
175, 217, 140
HSL
93°, 50%, 70%
CMYK
19, 0, 36, 15
Luminance
0.6063
Every format
| HEX | #afd98c |
| RGB | rgb(175, 217, 140) |
| HSL | hsl(93, 50%, 70%) |
| CMYK | cmyk(19%, 0%, 36%, 15%) |
| LAB | lab(82.2 -27.2 33.6) |
| LCH | lch(82.2 43.2 129.0) |
| OKLCH | oklch(0.837 0.112 131.7) |
Copy-ready code
/* CSS */
color: #afd98c;
background-color: #afd98c;
/* Tailwind (arbitrary) */
class="text-[#afd98c] bg-[#afd98c]"
/* SCSS */
$brand: #afd98c;
/* SwiftUI */
Color(red: 0.686, green: 0.851, blue: 0.549)
/* Android */
Color.parseColor("#afd98c")Accessibility — WCAG contrast
Aa
#afd98c on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd98c on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.1%
Blue54.9%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow35.5%
Key (black)14.9%
Color previews
#afd98c text on a black background
contrast 13.13:1
Card sample
#afd98c text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd98c;
Background color
Panel with #afd98c background
background-color: #afd98c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd98c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 217, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 217, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd98c; background: linear-gradient(135deg, #afd98c, #8CD99C);