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