#abc44f
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 196, 79
HSL
73°, 50%, 54%
CMYK
13, 0, 60, 23
Luminance
0.4870
Every format
| HEX | #abc44f |
| RGB | rgb(171, 196, 79) |
| HSL | hsl(73, 50%, 54%) |
| CMYK | cmyk(13%, 0%, 60%, 23%) |
| LAB | lab(75.3 -25.2 54.5) |
| LCH | lch(75.3 60.1 114.8) |
| OKLCH | oklch(0.778 0.145 120.1) |
Copy-ready code
/* CSS */
color: #abc44f;
background-color: #abc44f;
/* Tailwind (arbitrary) */
class="text-[#abc44f] bg-[#abc44f]"
/* SCSS */
$brand: #abc44f;
/* SwiftUI */
Color(red: 0.671, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#abc44f")Accessibility — WCAG contrast
Aa
#abc44f on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc44f on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.9%
Blue31.0%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow59.7%
Key (black)23.1%
Color previews
#abc44f text on a black background
contrast 10.74:1
Card sample
#abc44f text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc44f;
Background color
Panel with #abc44f background
background-color: #abc44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc44f; background: linear-gradient(135deg, #abc44f, #5DC44F);