#afd721
a balanced, vivid green · cool · closest name: yellow
RGB
175, 215, 33
HSL
73°, 73%, 49%
CMYK
19, 0, 85, 16
Luminance
0.5782
Every format
| HEX | #afd721 |
| RGB | rgb(175, 215, 33) |
| HSL | hsl(73, 73%, 49%) |
| CMYK | cmyk(19%, 0%, 85%, 16%) |
| LAB | lab(80.6 -35.0 75.3) |
| LCH | lch(80.6 83.0 114.9) |
| OKLCH | oklch(0.821 0.193 122.5) |
Copy-ready code
/* CSS */
color: #afd721;
background-color: #afd721;
/* Tailwind (arbitrary) */
class="text-[#afd721] bg-[#afd721]"
/* SCSS */
$brand: #afd721;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.129)
/* Android */
Color.parseColor("#afd721")Accessibility — WCAG contrast
Aa
#afd721 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd721 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue12.9%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow84.7%
Key (black)15.7%
Color previews
#afd721 text on a black background
contrast 12.56:1
Card sample
#afd721 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd721;
Background color
Panel with #afd721 background
background-color: #afd721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd721; background: linear-gradient(135deg, #afd721, #36D721);