#afdc29
a balanced, vivid green · cool · closest name: yellow
RGB
175, 220, 41
HSL
75°, 72%, 51%
CMYK
21, 0, 81, 14
Luminance
0.6046
Every format
| HEX | #afdc29 |
| RGB | rgb(175, 220, 41) |
| HSL | hsl(75, 72%, 51%) |
| CMYK | cmyk(21%, 0%, 81%, 14%) |
| LAB | lab(82.1 -37.0 74.7) |
| LCH | lch(82.1 83.3 116.3) |
| OKLCH | oklch(0.833 0.196 123.7) |
Copy-ready code
/* CSS */
color: #afdc29;
background-color: #afdc29;
/* Tailwind (arbitrary) */
class="text-[#afdc29] bg-[#afdc29]"
/* SCSS */
$brand: #afdc29;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.161)
/* Android */
Color.parseColor("#afdc29")Accessibility — WCAG contrast
Aa
#afdc29 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc29 on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue16.1%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow81.4%
Key (black)13.7%
Color previews
#afdc29 text on a black background
contrast 13.09:1
Card sample
#afdc29 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc29;
Background color
Panel with #afdc29 background
background-color: #afdc29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc29; background: linear-gradient(135deg, #afdc29, #38DC29);