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