#abf821
a balanced, electric green · cool · closest name: yellow
RGB
171, 248, 33
HSL
82°, 94%, 55%
CMYK
31, 0, 87, 3
Luminance
0.7590
Every format
| HEX | #abf821 |
| RGB | rgb(171, 248, 33) |
| HSL | hsl(82, 94%, 55%) |
| CMYK | cmyk(31%, 0%, 87%, 3%) |
| LAB | lab(89.8 -50.8 82.9) |
| LCH | lch(89.8 97.2 121.5) |
| OKLCH | oklch(0.895 0.231 129.2) |
Copy-ready code
/* CSS */
color: #abf821;
background-color: #abf821;
/* Tailwind (arbitrary) */
class="text-[#abf821] bg-[#abf821]"
/* SCSS */
$brand: #abf821;
/* SwiftUI */
Color(red: 0.671, green: 0.973, blue: 0.129)
/* Android */
Color.parseColor("#abf821")Accessibility — WCAG contrast
Aa
#abf821 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf821 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green97.3%
Blue12.9%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow86.7%
Key (black)2.7%
Color previews
#abf821 text on a black background
contrast 16.18:1
Card sample
#abf821 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf821;
Background color
Panel with #abf821 background
background-color: #abf821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 248, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 248, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf821; background: linear-gradient(135deg, #abf821, #21F826);