#abfb39
a balanced, electric green · cool · closest name: yellow
RGB
171, 251, 57
HSL
85°, 96%, 60%
CMYK
32, 0, 77, 2
Luminance
0.7795
Every format
| HEX | #abfb39 |
| RGB | rgb(171, 251, 57) |
| HSL | hsl(85, 96%, 60%) |
| CMYK | cmyk(32%, 0%, 77%, 2%) |
| LAB | lab(90.8 -51.1 78.1) |
| LCH | lch(90.8 93.4 123.2) |
| OKLCH | oklch(0.903 0.226 130.2) |
Copy-ready code
/* CSS */
color: #abfb39;
background-color: #abfb39;
/* Tailwind (arbitrary) */
class="text-[#abfb39] bg-[#abfb39]"
/* SCSS */
$brand: #abfb39;
/* SwiftUI */
Color(red: 0.671, green: 0.984, blue: 0.224)
/* Android */
Color.parseColor("#abfb39")Accessibility — WCAG contrast
Aa
#abfb39 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfb39 on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.4%
Blue22.4%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow77.3%
Key (black)1.6%
Color previews
#abfb39 text on a black background
contrast 16.59:1
Card sample
#abfb39 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfb39;
Background color
Panel with #abfb39 background
background-color: #abfb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 251, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 251, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfb39; background: linear-gradient(135deg, #abfb39, #39FB48);