#afdc95
a light, vivid green · cool · closest name: khaki
RGB
175, 220, 149
HSL
98°, 50%, 72%
CMYK
21, 0, 32, 14
Luminance
0.6247
Every format
| HEX | #afdc95 |
| RGB | rgb(175, 220, 149) |
| HSL | hsl(98, 50%, 72%) |
| CMYK | cmyk(21%, 0%, 32%, 14%) |
| LAB | lab(83.2 -27.3 30.3) |
| LCH | lch(83.2 40.8 132.1) |
| OKLCH | oklch(0.845 0.106 134.5) |
Copy-ready code
/* CSS */
color: #afdc95;
background-color: #afdc95;
/* Tailwind (arbitrary) */
class="text-[#afdc95] bg-[#afdc95]"
/* SCSS */
$brand: #afdc95;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.584)
/* Android */
Color.parseColor("#afdc95")Accessibility — WCAG contrast
Aa
#afdc95 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc95 on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue58.4%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow32.3%
Key (black)13.7%
Color previews
#afdc95 text on a black background
contrast 13.49:1
Card sample
#afdc95 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc95;
Background color
Panel with #afdc95 background
background-color: #afdc95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc95; background: linear-gradient(135deg, #afdc95, #95DCAA);