#abdf29
a balanced, vivid green · cool · closest name: yellow
RGB
171, 223, 41
HSL
77°, 74%, 52%
CMYK
23, 0, 82, 13
Luminance
0.6159
Every format
| HEX | #abdf29 |
| RGB | rgb(171, 223, 41) |
| HSL | hsl(77, 74%, 52%) |
| CMYK | cmyk(23%, 0%, 82%, 13%) |
| LAB | lab(82.7 -39.9 75.1) |
| LCH | lch(82.7 85.0 117.9) |
| OKLCH | oklch(0.837 0.201 125.4) |
Copy-ready code
/* CSS */
color: #abdf29;
background-color: #abdf29;
/* Tailwind (arbitrary) */
class="text-[#abdf29] bg-[#abdf29]"
/* SCSS */
$brand: #abdf29;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.161)
/* Android */
Color.parseColor("#abdf29")Accessibility — WCAG contrast
Aa
#abdf29 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdf29 on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue16.1%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow81.6%
Key (black)12.5%
Color previews
#abdf29 text on a black background
contrast 13.32:1
Card sample
#abdf29 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdf29;
Background color
Panel with #abdf29 background
background-color: #abdf29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdf29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdf29; background: linear-gradient(135deg, #abdf29, #32DF29);