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