#abc84a
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 200, 74
HSL
74°, 53%, 54%
CMYK
15, 0, 63, 22
Luminance
0.5046
Every format
| HEX | #abc84a |
| RGB | rgb(171, 200, 74) |
| HSL | hsl(74, 53%, 54%) |
| CMYK | cmyk(15%, 0%, 63%, 22%) |
| LAB | lab(76.3 -27.5 57.9) |
| LCH | lch(76.3 64.1 115.4) |
| OKLCH | oklch(0.787 0.154 121.1) |
Copy-ready code
/* CSS */
color: #abc84a;
background-color: #abc84a;
/* Tailwind (arbitrary) */
class="text-[#abc84a] bg-[#abc84a]"
/* SCSS */
$brand: #abc84a;
/* SwiftUI */
Color(red: 0.671, green: 0.784, blue: 0.290)
/* Android */
Color.parseColor("#abc84a")Accessibility — WCAG contrast
Aa
#abc84a on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc84a on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green78.4%
Blue29.0%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow63.0%
Key (black)21.6%
Color previews
#abc84a text on a black background
contrast 11.09:1
Card sample
#abc84a text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc84a;
Background color
Panel with #abc84a background
background-color: #abc84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 200, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 200, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc84a; background: linear-gradient(135deg, #abc84a, #57C84A);