#abf539
a balanced, electric green · cool · closest name: yellow
RGB
171, 245, 57
HSL
84°, 90%, 59%
CMYK
30, 0, 77, 4
Luminance
0.7426
Every format
| HEX | #abf539 |
| RGB | rgb(171, 245, 57) |
| HSL | hsl(84, 90%, 59%) |
| CMYK | cmyk(30%, 0%, 77%, 4%) |
| LAB | lab(89.0 -48.6 76.5) |
| LCH | lch(89.0 90.7 122.4) |
| OKLCH | oklch(0.889 0.219 129.4) |
Copy-ready code
/* CSS */
color: #abf539;
background-color: #abf539;
/* Tailwind (arbitrary) */
class="text-[#abf539] bg-[#abf539]"
/* SCSS */
$brand: #abf539;
/* SwiftUI */
Color(red: 0.671, green: 0.961, blue: 0.224)
/* Android */
Color.parseColor("#abf539")Accessibility — WCAG contrast
Aa
#abf539 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf539 on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.1%
Blue22.4%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow76.7%
Key (black)3.9%
Color previews
#abf539 text on a black background
contrast 15.85:1
Card sample
#abf539 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf539;
Background color
Panel with #abf539 background
background-color: #abf539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 245, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 245, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf539; background: linear-gradient(135deg, #abf539, #39F544);