#abda4f
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 218, 79
HSL
80°, 65%, 58%
CMYK
22, 0, 64, 15
Luminance
0.5937
Every format
| HEX | #abda4f |
| RGB | rgb(171, 218, 79) |
| HSL | hsl(80, 65%, 58%) |
| CMYK | cmyk(22%, 0%, 64%, 15%) |
| LAB | lab(81.5 -35.6 61.3) |
| LCH | lch(81.5 70.9 120.1) |
| OKLCH | oklch(0.828 0.173 125.9) |
Copy-ready code
/* CSS */
color: #abda4f;
background-color: #abda4f;
/* Tailwind (arbitrary) */
class="text-[#abda4f] bg-[#abda4f]"
/* SCSS */
$brand: #abda4f;
/* SwiftUI */
Color(red: 0.671, green: 0.855, blue: 0.310)
/* Android */
Color.parseColor("#abda4f")Accessibility — WCAG contrast
Aa
#abda4f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abda4f on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.5%
Blue31.0%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow63.8%
Key (black)14.5%
Color previews
#abda4f text on a black background
contrast 12.87:1
Card sample
#abda4f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abda4f;
Background color
Panel with #abda4f background
background-color: #abda4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abda4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 218, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 218, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abda4f; background: linear-gradient(135deg, #abda4f, #4FDA50);