#abf079
a light, electric green · cool · closest name: khaki
RGB
171, 240, 121
HSL
95°, 80%, 71%
CMYK
29, 0, 50, 6
Luminance
0.7236
Every format
| HEX | #abf079 |
| RGB | rgb(171, 240, 121) |
| HSL | hsl(95, 80%, 71%) |
| CMYK | cmyk(29%, 0%, 50%, 6%) |
| LAB | lab(88.1 -41.5 50.4) |
| LCH | lch(88.1 65.3 129.5) |
| OKLCH | oklch(0.883 0.167 133.6) |
Copy-ready code
/* CSS */
color: #abf079;
background-color: #abf079;
/* Tailwind (arbitrary) */
class="text-[#abf079] bg-[#abf079]"
/* SCSS */
$brand: #abf079;
/* SwiftUI */
Color(red: 0.671, green: 0.941, blue: 0.475)
/* Android */
Color.parseColor("#abf079")Accessibility — WCAG contrast
Aa
#abf079 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf079 on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.1%
Blue47.5%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow49.6%
Key (black)5.9%
Color previews
#abf079 text on a black background
contrast 15.47:1
Card sample
#abf079 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf079;
Background color
Panel with #abf079 background
background-color: #abf079;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf079;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 240, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 240, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf079; background: linear-gradient(135deg, #abf079, #79F096);