#abdb4f
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 219, 79
HSL
81°, 66%, 58%
CMYK
22, 0, 64, 14
Luminance
0.5989
Every format
| HEX | #abdb4f |
| RGB | rgb(171, 219, 79) |
| HSL | hsl(81, 66%, 58%) |
| CMYK | cmyk(22%, 0%, 64%, 14%) |
| LAB | lab(81.8 -36.0 61.6) |
| LCH | lch(81.8 71.4 120.3) |
| OKLCH | oklch(0.831 0.174 126.1) |
Copy-ready code
/* CSS */
color: #abdb4f;
background-color: #abdb4f;
/* Tailwind (arbitrary) */
class="text-[#abdb4f] bg-[#abdb4f]"
/* SCSS */
$brand: #abdb4f;
/* SwiftUI */
Color(red: 0.671, green: 0.859, blue: 0.310)
/* Android */
Color.parseColor("#abdb4f")Accessibility — WCAG contrast
Aa
#abdb4f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdb4f on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.9%
Blue31.0%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow63.9%
Key (black)14.1%
Color previews
#abdb4f text on a black background
contrast 12.98:1
Card sample
#abdb4f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdb4f;
Background color
Panel with #abdb4f background
background-color: #abdb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 219, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 219, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdb4f; background: linear-gradient(135deg, #abdb4f, #4FDB50);