#afdc85
a light, vivid green · cool · closest name: khaki
RGB
175, 220, 133
HSL
91°, 55%, 69%
CMYK
21, 0, 40, 14
Luminance
0.6199
Every format
| HEX | #afdc85 |
| RGB | rgb(175, 220, 133) |
| HSL | hsl(91, 55%, 69%) |
| CMYK | cmyk(21%, 0%, 40%, 14%) |
| LAB | lab(82.9 -29.5 38.0) |
| LCH | lch(82.9 48.2 127.8) |
| OKLCH | oklch(0.842 0.124 130.9) |
Copy-ready code
/* CSS */
color: #afdc85;
background-color: #afdc85;
/* Tailwind (arbitrary) */
class="text-[#afdc85] bg-[#afdc85]"
/* SCSS */
$brand: #afdc85;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.522)
/* Android */
Color.parseColor("#afdc85")Accessibility — WCAG contrast
Aa
#afdc85 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc85 on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue52.2%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow39.5%
Key (black)13.7%
Color previews
#afdc85 text on a black background
contrast 13.40:1
Card sample
#afdc85 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc85;
Background color
Panel with #afdc85 background
background-color: #afdc85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc85; background: linear-gradient(135deg, #afdc85, #85DC95);