#abfd5d
a light, electric green · cool · closest name: yellow
RGB
171, 253, 93
HSL
91°, 98%, 68%
CMYK
32, 0, 63, 1
Luminance
0.7970
Every format
| HEX | #abfd5d |
| RGB | rgb(171, 253, 93) |
| HSL | hsl(91, 98%, 68%) |
| CMYK | cmyk(32%, 0%, 63%, 1%) |
| LAB | lab(91.5 -49.7 66.5) |
| LCH | lch(91.5 83.0 126.8) |
| OKLCH | oklch(0.910 0.207 132.4) |
Copy-ready code
/* CSS */
color: #abfd5d;
background-color: #abfd5d;
/* Tailwind (arbitrary) */
class="text-[#abfd5d] bg-[#abfd5d]"
/* SCSS */
$brand: #abfd5d;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.365)
/* Android */
Color.parseColor("#abfd5d")Accessibility — WCAG contrast
Aa
#abfd5d on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfd5d on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue36.5%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow63.2%
Key (black)0.8%
Color previews
#abfd5d text on a black background
contrast 16.94:1
Card sample
#abfd5d text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfd5d;
Background color
Panel with #abfd5d background
background-color: #abfd5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfd5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfd5d; background: linear-gradient(135deg, #abfd5d, #5DFD7A);