#abf113
a balanced, electric green · cool · closest name: yellow
RGB
171, 241, 19
HSL
79°, 89%, 51%
CMYK
29, 0, 92, 6
Luminance
0.7162
Every format
| HEX | #abf113 |
| RGB | rgb(171, 241, 19) |
| HSL | hsl(79, 89%, 51%) |
| CMYK | cmyk(29%, 0%, 92%, 6%) |
| LAB | lab(87.8 -48.1 83.3) |
| LCH | lch(87.8 96.3 120.0) |
| OKLCH | oklch(0.878 0.227 128.0) |
Copy-ready code
/* CSS */
color: #abf113;
background-color: #abf113;
/* Tailwind (arbitrary) */
class="text-[#abf113] bg-[#abf113]"
/* SCSS */
$brand: #abf113;
/* SwiftUI */
Color(red: 0.671, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#abf113")Accessibility — WCAG contrast
Aa
#abf113 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf113 on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.5%
Blue7.5%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#abf113 text on a black background
contrast 15.32:1
Card sample
#abf113 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf113;
Background color
Panel with #abf113 background
background-color: #abf113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf113; background: linear-gradient(135deg, #abf113, #17F113);