#abe821
a balanced, electric green · cool · closest name: yellow
RGB
171, 232, 33
HSL
78°, 81%, 52%
CMYK
26, 0, 86, 9
Luminance
0.6648
Every format
| HEX | #abe821 |
| RGB | rgb(171, 232, 33) |
| HSL | hsl(78, 81%, 52%) |
| CMYK | cmyk(26%, 0%, 86%, 9%) |
| LAB | lab(85.2 -44.0 79.1) |
| LCH | lch(85.2 90.5 119.1) |
| OKLCH | oklch(0.858 0.213 126.8) |
Copy-ready code
/* CSS */
color: #abe821;
background-color: #abe821;
/* Tailwind (arbitrary) */
class="text-[#abe821] bg-[#abe821]"
/* SCSS */
$brand: #abe821;
/* SwiftUI */
Color(red: 0.671, green: 0.910, blue: 0.129)
/* Android */
Color.parseColor("#abe821")Accessibility — WCAG contrast
Aa
#abe821 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abe821 on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green91.0%
Blue12.9%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow85.8%
Key (black)9.0%
Color previews
#abe821 text on a black background
contrast 14.30:1
Card sample
#abe821 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abe821;
Background color
Panel with #abe821 background
background-color: #abe821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abe821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 232, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 232, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abe821; background: linear-gradient(135deg, #abe821, #27E821);