#abf813
a balanced, electric green · cool · closest name: yellow
RGB
171, 248, 19
HSL
80°, 94%, 52%
CMYK
31, 0, 92, 3
Luminance
0.7584
Every format
| HEX | #abf813 |
| RGB | rgb(171, 248, 19) |
| HSL | hsl(80, 94%, 52%) |
| CMYK | cmyk(31%, 0%, 92%, 3%) |
| LAB | lab(89.8 -51.0 84.9) |
| LCH | lch(89.8 99.1 121.0) |
| OKLCH | oklch(0.895 0.234 129.0) |
Copy-ready code
/* CSS */
color: #abf813;
background-color: #abf813;
/* Tailwind (arbitrary) */
class="text-[#abf813] bg-[#abf813]"
/* SCSS */
$brand: #abf813;
/* SwiftUI */
Color(red: 0.671, green: 0.973, blue: 0.075)
/* Android */
Color.parseColor("#abf813")Accessibility — WCAG contrast
Aa
#abf813 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf813 on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green97.3%
Blue7.5%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow92.3%
Key (black)2.7%
Color previews
#abf813 text on a black background
contrast 16.17:1
Card sample
#abf813 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf813;
Background color
Panel with #abf813 background
background-color: #abf813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 248, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 248, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf813; background: linear-gradient(135deg, #abf813, #13F814);