#afd995
a light, vivid green · cool · closest name: khaki
RGB
175, 217, 149
HSL
97°, 47%, 72%
CMYK
19, 0, 31, 15
Luminance
0.6091
Every format
| HEX | #afd995 |
| RGB | rgb(175, 217, 149) |
| HSL | hsl(97, 47%, 72%) |
| CMYK | cmyk(19%, 0%, 31%, 15%) |
| LAB | lab(82.3 -25.9 29.1) |
| LCH | lch(82.3 39.0 131.6) |
| OKLCH | oklch(0.839 0.102 133.9) |
Copy-ready code
/* CSS */
color: #afd995;
background-color: #afd995;
/* Tailwind (arbitrary) */
class="text-[#afd995] bg-[#afd995]"
/* SCSS */
$brand: #afd995;
/* SwiftUI */
Color(red: 0.686, green: 0.851, blue: 0.584)
/* Android */
Color.parseColor("#afd995")Accessibility — WCAG contrast
Aa
#afd995 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd995 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.1%
Blue58.4%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow31.3%
Key (black)14.9%
Color previews
#afd995 text on a black background
contrast 13.18:1
Card sample
#afd995 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd995;
Background color
Panel with #afd995 background
background-color: #afd995;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd995;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 217, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 217, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd995; background: linear-gradient(135deg, #afd995, #95D9A8);