#abfd50
a light, electric green · cool · closest name: lime
RGB
171, 253, 80
HSL
88°, 98%, 65%
CMYK
32, 0, 68, 1
Luminance
0.7949
Every format
| HEX | #abfd50 |
| RGB | rgb(171, 253, 80) |
| HSL | hsl(88, 98%, 65%) |
| CMYK | cmyk(32%, 0%, 68%, 1%) |
| LAB | lab(91.5 -50.7 71.3) |
| LCH | lch(91.5 87.5 125.4) |
| OKLCH | oklch(0.909 0.216 131.5) |
Copy-ready code
/* CSS */
color: #abfd50;
background-color: #abfd50;
/* Tailwind (arbitrary) */
class="text-[#abfd50] bg-[#abfd50]"
/* SCSS */
$brand: #abfd50;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.314)
/* Android */
Color.parseColor("#abfd50")Accessibility — WCAG contrast
Aa
#abfd50 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfd50 on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue31.4%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow68.4%
Key (black)0.8%
Color previews
#abfd50 text on a black background
contrast 16.90:1
Card sample
#abfd50 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfd50;
Background color
Panel with #abfd50 background
background-color: #abfd50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfd50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfd50; background: linear-gradient(135deg, #abfd50, #50FD68);