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