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