#afd516
a balanced, electric green · cool · closest name: yellow
RGB
175, 213, 22
HSL
72°, 81%, 46%
CMYK
18, 0, 90, 17
Luminance
0.5676
Every format
| HEX | #afd516 |
| RGB | rgb(175, 213, 22) |
| HSL | hsl(72, 81%, 46%) |
| CMYK | cmyk(18%, 0%, 90%, 17%) |
| LAB | lab(80.0 -34.3 76.8) |
| LCH | lch(80.0 84.1 114.1) |
| OKLCH | oklch(0.816 0.194 121.9) |
Copy-ready code
/* CSS */
color: #afd516;
background-color: #afd516;
/* Tailwind (arbitrary) */
class="text-[#afd516] bg-[#afd516]"
/* SCSS */
$brand: #afd516;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 0.086)
/* Android */
Color.parseColor("#afd516")Accessibility — WCAG contrast
Aa
#afd516 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd516 on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue8.6%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow89.7%
Key (black)16.5%
Color previews
#afd516 text on a black background
contrast 12.35:1
Card sample
#afd516 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd516;
Background color
Panel with #afd516 background
background-color: #afd516;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd516;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd516; background: linear-gradient(135deg, #afd516, #30D516);