#afdf95
a light, vivid green · cool · closest name: khaki
RGB
175, 223, 149
HSL
99°, 54%, 73%
CMYK
22, 0, 33, 13
Luminance
0.6406
Every format
| HEX | #afdf95 |
| RGB | rgb(175, 223, 149) |
| HSL | hsl(99, 54%, 73%) |
| CMYK | cmyk(22%, 0%, 33%, 13%) |
| LAB | lab(84.0 -28.8 31.4) |
| LCH | lch(84.0 42.6 132.5) |
| OKLCH | oklch(0.852 0.111 135.0) |
Copy-ready code
/* CSS */
color: #afdf95;
background-color: #afdf95;
/* Tailwind (arbitrary) */
class="text-[#afdf95] bg-[#afdf95]"
/* SCSS */
$brand: #afdf95;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.584)
/* Android */
Color.parseColor("#afdf95")Accessibility — WCAG contrast
Aa
#afdf95 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf95 on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue58.4%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow33.2%
Key (black)12.5%
Color previews
#afdf95 text on a black background
contrast 13.81:1
Card sample
#afdf95 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf95;
Background color
Panel with #afdf95 background
background-color: #afdf95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf95; background: linear-gradient(135deg, #afdf95, #95DFAC);