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