#abfd8c
a light, electric green · cool · closest name: khaki
RGB
171, 253, 140
HSL
104°, 97%, 77%
CMYK
32, 0, 45, 1
Luminance
0.8080
Every format
| HEX | #abfd8c |
| RGB | rgb(171, 253, 140) |
| HSL | hsl(104, 97%, 77%) |
| CMYK | cmyk(32%, 0%, 45%, 1%) |
| LAB | lab(92.0 -44.9 46.2) |
| LCH | lch(92.0 64.4 134.2) |
| OKLCH | oklch(0.916 0.167 137.6) |
Copy-ready code
/* CSS */
color: #abfd8c;
background-color: #abfd8c;
/* Tailwind (arbitrary) */
class="text-[#abfd8c] bg-[#abfd8c]"
/* SCSS */
$brand: #abfd8c;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.549)
/* Android */
Color.parseColor("#abfd8c")Accessibility — WCAG contrast
Aa
#abfd8c on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfd8c on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue54.9%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow44.7%
Key (black)0.8%
Color previews
#abfd8c text on a black background
contrast 17.16:1
Card sample
#abfd8c text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfd8c;
Background color
Panel with #abfd8c background
background-color: #abfd8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfd8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfd8c; background: linear-gradient(135deg, #abfd8c, #8CFDB8);