#abfd82
a light, electric green · cool · closest name: khaki
RGB
171, 253, 130
HSL
100°, 97%, 75%
CMYK
32, 0, 49, 1
Luminance
0.8052
Every format
| HEX | #abfd82 |
| RGB | rgb(171, 253, 130) |
| HSL | hsl(100, 97%, 75%) |
| CMYK | cmyk(32%, 0%, 49%, 1%) |
| LAB | lab(91.9 -46.1 50.8) |
| LCH | lch(91.9 68.6 132.3) |
| OKLCH | oklch(0.914 0.176 136.1) |
Copy-ready code
/* CSS */
color: #abfd82;
background-color: #abfd82;
/* Tailwind (arbitrary) */
class="text-[#abfd82] bg-[#abfd82]"
/* SCSS */
$brand: #abfd82;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.510)
/* Android */
Color.parseColor("#abfd82")Accessibility — WCAG contrast
Aa
#abfd82 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfd82 on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue51.0%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow48.6%
Key (black)0.8%
Color previews
#abfd82 text on a black background
contrast 17.10:1
Card sample
#abfd82 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfd82;
Background color
Panel with #abfd82 background
background-color: #abfd82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfd82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfd82; background: linear-gradient(135deg, #abfd82, #82FDAB);