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