#abdf3e
a balanced, vivid green · cool · closest name: yellow
RGB
171, 223, 62
HSL
79°, 72%, 56%
CMYK
23, 0, 72, 13
Luminance
0.6178
Every format
| HEX | #abdf3e |
| RGB | rgb(171, 223, 62) |
| HSL | hsl(79, 72%, 56%) |
| CMYK | cmyk(23%, 0%, 72%, 13%) |
| LAB | lab(82.8 -38.9 69.0) |
| LCH | lch(82.8 79.2 119.4) |
| OKLCH | oklch(0.839 0.191 126.1) |
Copy-ready code
/* CSS */
color: #abdf3e;
background-color: #abdf3e;
/* Tailwind (arbitrary) */
class="text-[#abdf3e] bg-[#abdf3e]"
/* SCSS */
$brand: #abdf3e;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.243)
/* Android */
Color.parseColor("#abdf3e")Accessibility — WCAG contrast
Aa
#abdf3e on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdf3e on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue24.3%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow72.2%
Key (black)12.5%
Color previews
#abdf3e text on a black background
contrast 13.36:1
Card sample
#abdf3e text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdf3e;
Background color
Panel with #abdf3e background
background-color: #abdf3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdf3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdf3e; background: linear-gradient(135deg, #abdf3e, #40DF3E);