#abf978
a light, electric green · cool · closest name: khaki
RGB
171, 249, 120
HSL
96°, 92%, 72%
CMYK
31, 0, 52, 2
Luminance
0.7777
Every format
| HEX | #abf978 |
| RGB | rgb(171, 249, 120) |
| HSL | hsl(96, 92%, 72%) |
| CMYK | cmyk(31%, 0%, 52%, 2%) |
| LAB | lab(90.7 -45.5 53.9) |
| LCH | lch(90.7 70.5 130.2) |
| OKLCH | oklch(0.904 0.180 134.5) |
Copy-ready code
/* CSS */
color: #abf978;
background-color: #abf978;
/* Tailwind (arbitrary) */
class="text-[#abf978] bg-[#abf978]"
/* SCSS */
$brand: #abf978;
/* SwiftUI */
Color(red: 0.671, green: 0.976, blue: 0.471)
/* Android */
Color.parseColor("#abf978")Accessibility — WCAG contrast
Aa
#abf978 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf978 on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green97.6%
Blue47.1%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow51.8%
Key (black)2.4%
Color previews
#abf978 text on a black background
contrast 16.55:1
Card sample
#abf978 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf978;
Background color
Panel with #abf978 background
background-color: #abf978;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf978;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 249, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 249, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf978; background: linear-gradient(135deg, #abf978, #78F99B);