#abeb02
a balanced, electric green · cool · closest name: yellow
RGB
171, 235, 2
HSL
77°, 98%, 47%
CMYK
27, 0, 99, 8
Luminance
0.6808
Every format
| HEX | #abeb02 |
| RGB | rgb(171, 235, 2) |
| HSL | hsl(77, 98%, 47%) |
| CMYK | cmyk(27%, 0%, 99%, 8%) |
| LAB | lab(86.0 -45.8 83.5) |
| LCH | lch(86.0 95.3 118.8) |
| OKLCH | oklch(0.864 0.223 126.9) |
Copy-ready code
/* CSS */
color: #abeb02;
background-color: #abeb02;
/* Tailwind (arbitrary) */
class="text-[#abeb02] bg-[#abeb02]"
/* SCSS */
$brand: #abeb02;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.008)
/* Android */
Color.parseColor("#abeb02")Accessibility — WCAG contrast
Aa
#abeb02 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abeb02 on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue0.8%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow99.1%
Key (black)7.8%
Color previews
#abeb02 text on a black background
contrast 14.62:1
Card sample
#abeb02 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abeb02;
Background color
Panel with #abeb02 background
background-color: #abeb02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abeb02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abeb02; background: linear-gradient(135deg, #abeb02, #10EB02);