#afeb47
a balanced, electric green · cool · closest name: yellow
RGB
175, 235, 71
HSL
82°, 80%, 60%
CMYK
26, 0, 70, 8
Luminance
0.6899
Every format
| HEX | #afeb47 |
| RGB | rgb(175, 235, 71) |
| HSL | hsl(82, 80%, 60%) |
| CMYK | cmyk(26%, 0%, 70%, 8%) |
| LAB | lab(86.5 -42.2 69.6) |
| LCH | lch(86.5 81.4 121.2) |
| OKLCH | oklch(0.869 0.198 127.6) |
Copy-ready code
/* CSS */
color: #afeb47;
background-color: #afeb47;
/* Tailwind (arbitrary) */
class="text-[#afeb47] bg-[#afeb47]"
/* SCSS */
$brand: #afeb47;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.278)
/* Android */
Color.parseColor("#afeb47")Accessibility — WCAG contrast
Aa
#afeb47 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeb47 on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue27.8%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow69.8%
Key (black)7.8%
Color previews
#afeb47 text on a black background
contrast 14.80:1
Card sample
#afeb47 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeb47;
Background color
Panel with #afeb47 background
background-color: #afeb47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeb47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeb47; background: linear-gradient(135deg, #afeb47, #47EB4C);