#abfd73
a light, electric green · cool · closest name: khaki
RGB
171, 253, 115
HSL
96°, 97%, 72%
CMYK
32, 0, 55, 1
Luminance
0.8015
Every format
| HEX | #abfd73 |
| RGB | rgb(171, 253, 115) |
| HSL | hsl(96, 97%, 72%) |
| CMYK | cmyk(32%, 0%, 55%, 1%) |
| LAB | lab(91.8 -47.8 57.4) |
| LCH | lch(91.8 74.7 129.8) |
| OKLCH | oklch(0.913 0.190 134.3) |
Copy-ready code
/* CSS */
color: #abfd73;
background-color: #abfd73;
/* Tailwind (arbitrary) */
class="text-[#abfd73] bg-[#abfd73]"
/* SCSS */
$brand: #abfd73;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.451)
/* Android */
Color.parseColor("#abfd73")Accessibility — WCAG contrast
Aa
#abfd73 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfd73 on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue45.1%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow54.5%
Key (black)0.8%
Color previews
#abfd73 text on a black background
contrast 17.03:1
Card sample
#abfd73 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfd73;
Background color
Panel with #abfd73 background
background-color: #abfd73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfd73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfd73; background: linear-gradient(135deg, #abfd73, #73FD97);