#afe821
a balanced, electric green · cool · closest name: yellow
RGB
175, 232, 33
HSL
77°, 81%, 52%
CMYK
25, 0, 86, 9
Luminance
0.6694
Every format
| HEX | #afe821 |
| RGB | rgb(175, 232, 33) |
| HSL | hsl(77, 81%, 52%) |
| CMYK | cmyk(25%, 0%, 86%, 9%) |
| LAB | lab(85.5 -42.5 79.3) |
| LCH | lch(85.5 90.0 118.2) |
| OKLCH | oklch(0.860 0.212 125.9) |
Copy-ready code
/* CSS */
color: #afe821;
background-color: #afe821;
/* Tailwind (arbitrary) */
class="text-[#afe821] bg-[#afe821]"
/* SCSS */
$brand: #afe821;
/* SwiftUI */
Color(red: 0.686, green: 0.910, blue: 0.129)
/* Android */
Color.parseColor("#afe821")Accessibility — WCAG contrast
Aa
#afe821 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe821 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.0%
Blue12.9%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow85.8%
Key (black)9.0%
Color previews
#afe821 text on a black background
contrast 14.39:1
Card sample
#afe821 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe821;
Background color
Panel with #afe821 background
background-color: #afe821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 232, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 232, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe821; background: linear-gradient(135deg, #afe821, #2AE821);