#abfd1c
a balanced, electric green · cool · closest name: yellow
RGB
171, 253, 28
HSL
82°, 98%, 55%
CMYK
32, 0, 89, 1
Luminance
0.7899
Every format
| HEX | #abfd1c |
| RGB | rgb(171, 253, 28) |
| HSL | hsl(82, 98%, 55%) |
| CMYK | cmyk(32%, 0%, 89%, 1%) |
| LAB | lab(91.2 -52.9 84.9) |
| LCH | lch(91.2 100.0 121.9) |
| OKLCH | oklch(0.907 0.238 129.7) |
Copy-ready code
/* CSS */
color: #abfd1c;
background-color: #abfd1c;
/* Tailwind (arbitrary) */
class="text-[#abfd1c] bg-[#abfd1c]"
/* SCSS */
$brand: #abfd1c;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.110)
/* Android */
Color.parseColor("#abfd1c")Accessibility — WCAG contrast
Aa
#abfd1c on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfd1c on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue11.0%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow88.9%
Key (black)0.8%
Color previews
#abfd1c text on a black background
contrast 16.80:1
Card sample
#abfd1c text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfd1c;
Background color
Panel with #abfd1c background
background-color: #abfd1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfd1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfd1c; background: linear-gradient(135deg, #abfd1c, #1CFD23);