#afdc72
a light, vivid green · cool · closest name: khaki
RGB
175, 220, 114
HSL
86°, 60%, 66%
CMYK
21, 0, 48, 14
Luminance
0.6152
Every format
| HEX | #afdc72 |
| RGB | rgb(175, 220, 114) |
| HSL | hsl(86, 60%, 66%) |
| CMYK | cmyk(21%, 0%, 48%, 14%) |
| LAB | lab(82.7 -31.8 47.1) |
| LCH | lch(82.7 56.8 124.0) |
| OKLCH | oklch(0.840 0.143 128.1) |
Copy-ready code
/* CSS */
color: #afdc72;
background-color: #afdc72;
/* Tailwind (arbitrary) */
class="text-[#afdc72] bg-[#afdc72]"
/* SCSS */
$brand: #afdc72;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.447)
/* Android */
Color.parseColor("#afdc72")Accessibility — WCAG contrast
Aa
#afdc72 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc72 on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue44.7%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow48.2%
Key (black)13.7%
Color previews
#afdc72 text on a black background
contrast 13.30:1
Card sample
#afdc72 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc72;
Background color
Panel with #afdc72 background
background-color: #afdc72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc72; background: linear-gradient(135deg, #afdc72, #72DC7C);