#abfd7c
a light, electric green · cool · closest name: khaki
RGB
171, 253, 124
HSL
98°, 97%, 74%
CMYK
32, 0, 51, 1
Luminance
0.8036
Every format
| HEX | #abfd7c |
| RGB | rgb(171, 253, 124) |
| HSL | hsl(98, 97%, 74%) |
| CMYK | cmyk(32%, 0%, 51%, 1%) |
| LAB | lab(91.8 -46.8 53.5) |
| LCH | lch(91.8 71.0 131.2) |
| OKLCH | oklch(0.914 0.182 135.3) |
Copy-ready code
/* CSS */
color: #abfd7c;
background-color: #abfd7c;
/* Tailwind (arbitrary) */
class="text-[#abfd7c] bg-[#abfd7c]"
/* SCSS */
$brand: #abfd7c;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.486)
/* Android */
Color.parseColor("#abfd7c")Accessibility — WCAG contrast
Aa
#abfd7c on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfd7c on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue48.6%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow51.0%
Key (black)0.8%
Color previews
#abfd7c text on a black background
contrast 17.07:1
Card sample
#abfd7c text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfd7c;
Background color
Panel with #abfd7c background
background-color: #abfd7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfd7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfd7c; background: linear-gradient(135deg, #abfd7c, #7CFDA3);