#abdf1c
a balanced, electric green · cool · closest name: yellow
RGB
171, 223, 28
HSL
76°, 78%, 49%
CMYK
23, 0, 87, 13
Luminance
0.6152
Every format
| HEX | #abdf1c |
| RGB | rgb(171, 223, 28) |
| HSL | hsl(76, 78%, 49%) |
| CMYK | cmyk(23%, 0%, 87%, 13%) |
| LAB | lab(82.7 -40.2 77.8) |
| LCH | lch(82.7 87.6 117.3) |
| OKLCH | oklch(0.837 0.205 125.1) |
Copy-ready code
/* CSS */
color: #abdf1c;
background-color: #abdf1c;
/* Tailwind (arbitrary) */
class="text-[#abdf1c] bg-[#abdf1c]"
/* SCSS */
$brand: #abdf1c;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.110)
/* Android */
Color.parseColor("#abdf1c")Accessibility — WCAG contrast
Aa
#abdf1c on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdf1c on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue11.0%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow87.4%
Key (black)12.5%
Color previews
#abdf1c text on a black background
contrast 13.30:1
Card sample
#abdf1c text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdf1c;
Background color
Panel with #abdf1c background
background-color: #abdf1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdf1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdf1c; background: linear-gradient(135deg, #abdf1c, #29DF1C);