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