#afd616
a balanced, electric green · cool · closest name: yellow
RGB
175, 214, 22
HSL
72°, 81%, 46%
CMYK
18, 0, 90, 16
Luminance
0.5727
Every format
| HEX | #afd616 |
| RGB | rgb(175, 214, 22) |
| HSL | hsl(72, 81%, 46%) |
| CMYK | cmyk(18%, 0%, 90%, 16%) |
| LAB | lab(80.3 -34.8 77.0) |
| LCH | lch(80.3 84.5 114.3) |
| OKLCH | oklch(0.819 0.195 122.1) |
Copy-ready code
/* CSS */
color: #afd616;
background-color: #afd616;
/* Tailwind (arbitrary) */
class="text-[#afd616] bg-[#afd616]"
/* SCSS */
$brand: #afd616;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.086)
/* Android */
Color.parseColor("#afd616")Accessibility — WCAG contrast
Aa
#afd616 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd616 on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue8.6%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow89.7%
Key (black)16.1%
Color previews
#afd616 text on a black background
contrast 12.45:1
Card sample
#afd616 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd616;
Background color
Panel with #afd616 background
background-color: #afd616;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd616;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd616; background: linear-gradient(135deg, #afd616, #2FD616);