#abfd45
a balanced, electric green · cool · closest name: lime
RGB
171, 253, 69
HSL
87°, 98%, 63%
CMYK
32, 0, 73, 1
Luminance
0.7934
Every format
| HEX | #abfd45 |
| RGB | rgb(171, 253, 69) |
| HSL | hsl(87, 98%, 63%) |
| CMYK | cmyk(32%, 0%, 73%, 1%) |
| LAB | lab(91.4 -51.3 75.1) |
| LCH | lch(91.4 91.0 124.4) |
| OKLCH | oklch(0.908 0.222 131.0) |
Copy-ready code
/* CSS */
color: #abfd45;
background-color: #abfd45;
/* Tailwind (arbitrary) */
class="text-[#abfd45] bg-[#abfd45]"
/* SCSS */
$brand: #abfd45;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.271)
/* Android */
Color.parseColor("#abfd45")Accessibility — WCAG contrast
Aa
#abfd45 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfd45 on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue27.1%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow72.7%
Key (black)0.8%
Color previews
#abfd45 text on a black background
contrast 16.87:1
Card sample
#abfd45 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfd45;
Background color
Panel with #abfd45 background
background-color: #abfd45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfd45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfd45; background: linear-gradient(135deg, #abfd45, #45FD59);