#abda2f
a balanced, vivid green · cool · closest name: yellow
RGB
171, 218, 47
HSL
77°, 70%, 52%
CMYK
22, 0, 78, 15
Luminance
0.5901
Every format
| HEX | #abda2f |
| RGB | rgb(171, 218, 47) |
| HSL | hsl(77, 70%, 52%) |
| CMYK | cmyk(22%, 0%, 78%, 15%) |
| LAB | lab(81.3 -37.4 72.3) |
| LCH | lch(81.3 81.4 117.4) |
| OKLCH | oklch(0.826 0.193 124.6) |
Copy-ready code
/* CSS */
color: #abda2f;
background-color: #abda2f;
/* Tailwind (arbitrary) */
class="text-[#abda2f] bg-[#abda2f]"
/* SCSS */
$brand: #abda2f;
/* SwiftUI */
Color(red: 0.671, green: 0.855, blue: 0.184)
/* Android */
Color.parseColor("#abda2f")Accessibility — WCAG contrast
Aa
#abda2f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abda2f on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.5%
Blue18.4%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow78.4%
Key (black)14.5%
Color previews
#abda2f text on a black background
contrast 12.80:1
Card sample
#abda2f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abda2f;
Background color
Panel with #abda2f background
background-color: #abda2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abda2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 218, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 218, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abda2f; background: linear-gradient(135deg, #abda2f, #39DA2F);