#afdf29
a balanced, vivid green · cool · closest name: yellow
RGB
175, 223, 41
HSL
76°, 74%, 52%
CMYK
22, 0, 82, 13
Luminance
0.6205
Every format
| HEX | #afdf29 |
| RGB | rgb(175, 223, 41) |
| HSL | hsl(76, 74%, 52%) |
| CMYK | cmyk(22%, 0%, 82%, 13%) |
| LAB | lab(82.9 -38.3 75.4) |
| LCH | lch(82.9 84.6 116.9) |
| OKLCH | oklch(0.840 0.199 124.4) |
Copy-ready code
/* CSS */
color: #afdf29;
background-color: #afdf29;
/* Tailwind (arbitrary) */
class="text-[#afdf29] bg-[#afdf29]"
/* SCSS */
$brand: #afdf29;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.161)
/* Android */
Color.parseColor("#afdf29")Accessibility — WCAG contrast
Aa
#afdf29 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf29 on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue16.1%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow81.6%
Key (black)12.5%
Color previews
#afdf29 text on a black background
contrast 13.41:1
Card sample
#afdf29 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf29;
Background color
Panel with #afdf29 background
background-color: #afdf29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf29; background: linear-gradient(135deg, #afdf29, #36DF29);