#abeb22
a balanced, electric green · cool · closest name: yellow
RGB
171, 235, 34
HSL
79°, 83%, 53%
CMYK
27, 0, 86, 8
Luminance
0.6819
Every format
| HEX | #abeb22 |
| RGB | rgb(171, 235, 34) |
| HSL | hsl(79, 83%, 53%) |
| CMYK | cmyk(27%, 0%, 86%, 8%) |
| LAB | lab(86.1 -45.3 79.6) |
| LCH | lch(86.1 91.6 119.6) |
| OKLCH | oklch(0.865 0.217 127.3) |
Copy-ready code
/* CSS */
color: #abeb22;
background-color: #abeb22;
/* Tailwind (arbitrary) */
class="text-[#abeb22] bg-[#abeb22]"
/* SCSS */
$brand: #abeb22;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.133)
/* Android */
Color.parseColor("#abeb22")Accessibility — WCAG contrast
Aa
#abeb22 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abeb22 on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue13.3%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow85.5%
Key (black)7.8%
Color previews
#abeb22 text on a black background
contrast 14.64:1
Card sample
#abeb22 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abeb22;
Background color
Panel with #abeb22 background
background-color: #abeb22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abeb22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abeb22; background: linear-gradient(135deg, #abeb22, #25EB22);