#abf577
a light, electric green · cool · closest name: khaki
RGB
171, 245, 119
HSL
95°, 86%, 71%
CMYK
30, 0, 51, 4
Luminance
0.7529
Every format
| HEX | #abf577 |
| RGB | rgb(171, 245, 119) |
| HSL | hsl(95, 86%, 71%) |
| CMYK | cmyk(30%, 0%, 51%, 4%) |
| LAB | lab(89.5 -43.9 53.0) |
| LCH | lch(89.5 68.8 129.7) |
| OKLCH | oklch(0.895 0.175 133.9) |
Copy-ready code
/* CSS */
color: #abf577;
background-color: #abf577;
/* Tailwind (arbitrary) */
class="text-[#abf577] bg-[#abf577]"
/* SCSS */
$brand: #abf577;
/* SwiftUI */
Color(red: 0.671, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#abf577")Accessibility — WCAG contrast
Aa
#abf577 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf577 on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.1%
Blue46.7%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow51.4%
Key (black)3.9%
Color previews
#abf577 text on a black background
contrast 16.06:1
Card sample
#abf577 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf577;
Background color
Panel with #abf577 background
background-color: #abf577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf577; background: linear-gradient(135deg, #abf577, #77F597);