#afdc76
a light, vivid green · cool · closest name: khaki
RGB
175, 220, 118
HSL
87°, 59%, 66%
CMYK
21, 0, 46, 14
Luminance
0.6161
Every format
| HEX | #afdc76 |
| RGB | rgb(175, 220, 118) |
| HSL | hsl(87, 59%, 66%) |
| CMYK | cmyk(21%, 0%, 46%, 14%) |
| LAB | lab(82.7 -31.4 45.2) |
| LCH | lch(82.7 55.0 124.8) |
| OKLCH | oklch(0.840 0.139 128.6) |
Copy-ready code
/* CSS */
color: #afdc76;
background-color: #afdc76;
/* Tailwind (arbitrary) */
class="text-[#afdc76] bg-[#afdc76]"
/* SCSS */
$brand: #afdc76;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.463)
/* Android */
Color.parseColor("#afdc76")Accessibility — WCAG contrast
Aa
#afdc76 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc76 on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue46.3%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow46.4%
Key (black)13.7%
Color previews
#afdc76 text on a black background
contrast 13.32:1
Card sample
#afdc76 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc76;
Background color
Panel with #afdc76 background
background-color: #afdc76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc76; background: linear-gradient(135deg, #afdc76, #76DC81);