#abfd6c
a light, electric green · cool · closest name: khaki
RGB
171, 253, 108
HSL
94°, 97%, 71%
CMYK
32, 0, 57, 1
Luminance
0.7999
Every format
| HEX | #abfd6c |
| RGB | rgb(171, 253, 108) |
| HSL | hsl(94, 97%, 71%) |
| CMYK | cmyk(32%, 0%, 57%, 1%) |
| LAB | lab(91.7 -48.4 60.4) |
| LCH | lch(91.7 77.4 128.7) |
| OKLCH | oklch(0.912 0.195 133.6) |
Copy-ready code
/* CSS */
color: #abfd6c;
background-color: #abfd6c;
/* Tailwind (arbitrary) */
class="text-[#abfd6c] bg-[#abfd6c]"
/* SCSS */
$brand: #abfd6c;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.424)
/* Android */
Color.parseColor("#abfd6c")Accessibility — WCAG contrast
Aa
#abfd6c on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfd6c on black: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue42.4%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow57.3%
Key (black)0.8%
Color previews
#abfd6c text on a black background
contrast 17.00:1
Card sample
#abfd6c text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfd6c;
Background color
Panel with #abfd6c background
background-color: #abfd6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfd6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfd6c; background: linear-gradient(135deg, #abfd6c, #6CFD8E);