#afd31c
a balanced, electric green · cool · closest name: yellow
RGB
175, 211, 28
HSL
72°, 77%, 47%
CMYK
17, 0, 87, 17
Luminance
0.5579
Every format
| HEX | #afd31c |
| RGB | rgb(175, 211, 28) |
| HSL | hsl(72, 77%, 47%) |
| CMYK | cmyk(17%, 0%, 87%, 17%) |
| LAB | lab(79.5 -33.3 75.3) |
| LCH | lch(79.5 82.3 113.8) |
| OKLCH | oklch(0.812 0.190 121.5) |
Copy-ready code
/* CSS */
color: #afd31c;
background-color: #afd31c;
/* Tailwind (arbitrary) */
class="text-[#afd31c] bg-[#afd31c]"
/* SCSS */
$brand: #afd31c;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.110)
/* Android */
Color.parseColor("#afd31c")Accessibility — WCAG contrast
Aa
#afd31c on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd31c on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue11.0%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow86.7%
Key (black)17.3%
Color previews
#afd31c text on a black background
contrast 12.16:1
Card sample
#afd31c text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd31c;
Background color
Panel with #afd31c background
background-color: #afd31c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd31c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd31c; background: linear-gradient(135deg, #afd31c, #35D31C);