#afdc2f
a balanced, vivid green · cool · closest name: yellow
RGB
175, 220, 47
HSL
76°, 71%, 52%
CMYK
21, 0, 79, 14
Luminance
0.6051
Every format
| HEX | #afdc2f |
| RGB | rgb(175, 220, 47) |
| HSL | hsl(76, 71%, 52%) |
| CMYK | cmyk(21%, 0%, 79%, 14%) |
| LAB | lab(82.1 -36.7 73.1) |
| LCH | lch(82.1 81.8 116.7) |
| OKLCH | oklch(0.833 0.193 123.9) |
Copy-ready code
/* CSS */
color: #afdc2f;
background-color: #afdc2f;
/* Tailwind (arbitrary) */
class="text-[#afdc2f] bg-[#afdc2f]"
/* SCSS */
$brand: #afdc2f;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.184)
/* Android */
Color.parseColor("#afdc2f")Accessibility — WCAG contrast
Aa
#afdc2f on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc2f on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue18.4%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow78.6%
Key (black)13.7%
Color previews
#afdc2f text on a black background
contrast 13.10:1
Card sample
#afdc2f text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc2f;
Background color
Panel with #afdc2f background
background-color: #afdc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc2f; background: linear-gradient(135deg, #afdc2f, #3CDC2F);