#abfd32
a balanced, electric green · cool · closest name: lime
RGB
171, 253, 50
HSL
84°, 98%, 59%
CMYK
32, 0, 80, 1
Luminance
0.7914
Every format
| HEX | #abfd32 |
| RGB | rgb(171, 253, 50) |
| HSL | hsl(84, 98%, 59%) |
| CMYK | cmyk(32%, 0%, 80%, 1%) |
| LAB | lab(91.3 -52.3 80.5) |
| LCH | lch(91.3 96.0 123.0) |
| OKLCH | oklch(0.907 0.231 130.2) |
Copy-ready code
/* CSS */
color: #abfd32;
background-color: #abfd32;
/* Tailwind (arbitrary) */
class="text-[#abfd32] bg-[#abfd32]"
/* SCSS */
$brand: #abfd32;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.196)
/* Android */
Color.parseColor("#abfd32")Accessibility — WCAG contrast
Aa
#abfd32 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfd32 on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue19.6%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow80.2%
Key (black)0.8%
Color previews
#abfd32 text on a black background
contrast 16.83:1
Card sample
#abfd32 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfd32;
Background color
Panel with #abfd32 background
background-color: #abfd32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfd32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfd32; background: linear-gradient(135deg, #abfd32, #32FD40);