#afd829
a balanced, vivid green · cool · closest name: yellow
RGB
175, 216, 41
HSL
74°, 69%, 50%
CMYK
19, 0, 81, 15
Luminance
0.5839
Every format
| HEX | #afd829 |
| RGB | rgb(175, 216, 41) |
| HSL | hsl(74, 69%, 50%) |
| CMYK | cmyk(19%, 0%, 81%, 15%) |
| LAB | lab(81.0 -35.1 73.7) |
| LCH | lch(81.0 81.6 115.5) |
| OKLCH | oklch(0.824 0.191 122.9) |
Copy-ready code
/* CSS */
color: #afd829;
background-color: #afd829;
/* Tailwind (arbitrary) */
class="text-[#afd829] bg-[#afd829]"
/* SCSS */
$brand: #afd829;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.161)
/* Android */
Color.parseColor("#afd829")Accessibility — WCAG contrast
Aa
#afd829 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd829 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue16.1%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow81.0%
Key (black)15.3%
Color previews
#afd829 text on a black background
contrast 12.68:1
Card sample
#afd829 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd829;
Background color
Panel with #afd829 background
background-color: #afd829;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd829;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd829; background: linear-gradient(135deg, #afd829, #3AD829);