#afcc85
a light, soft green · cool · closest name: khaki
RGB
175, 204, 133
HSL
85°, 41%, 66%
CMYK
14, 0, 35, 20
Luminance
0.5399
Every format
| HEX | #afcc85 |
| RGB | rgb(175, 204, 133) |
| HSL | hsl(85, 41%, 66%) |
| CMYK | cmyk(14%, 0%, 35%, 20%) |
| LAB | lab(78.5 -21.8 32.3) |
| LCH | lch(78.5 38.9 124.1) |
| OKLCH | oklch(0.807 0.100 126.6) |
Copy-ready code
/* CSS */
color: #afcc85;
background-color: #afcc85;
/* Tailwind (arbitrary) */
class="text-[#afcc85] bg-[#afcc85]"
/* SCSS */
$brand: #afcc85;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.522)
/* Android */
Color.parseColor("#afcc85")Accessibility — WCAG contrast
Aa
#afcc85 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcc85 on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue52.2%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow34.8%
Key (black)20.0%
Color previews
#afcc85 text on a black background
contrast 11.80:1
Card sample
#afcc85 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcc85;
Background color
Panel with #afcc85 background
background-color: #afcc85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcc85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcc85; background: linear-gradient(135deg, #afcc85, #85CC8A);