#abc71f
a balanced, vivid green · cool · closest name: olivedrab
RGB
171, 199, 31
HSL
70°, 73%, 45%
CMYK
14, 0, 84, 22
Luminance
0.4960
Every format
| HEX | #abc71f |
| RGB | rgb(171, 199, 31) |
| HSL | hsl(70, 73%, 45%) |
| CMYK | cmyk(14%, 0%, 84%, 22%) |
| LAB | lab(75.8 -29.2 71.5) |
| LCH | lch(75.8 77.3 112.2) |
| OKLCH | oklch(0.782 0.178 119.6) |
Copy-ready code
/* CSS */
color: #abc71f;
background-color: #abc71f;
/* Tailwind (arbitrary) */
class="text-[#abc71f] bg-[#abc71f]"
/* SCSS */
$brand: #abc71f;
/* SwiftUI */
Color(red: 0.671, green: 0.780, blue: 0.122)
/* Android */
Color.parseColor("#abc71f")Accessibility — WCAG contrast
Aa
#abc71f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc71f on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green78.0%
Blue12.2%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow84.4%
Key (black)22.0%
Color previews
#abc71f text on a black background
contrast 10.92:1
Card sample
#abc71f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc71f;
Background color
Panel with #abc71f background
background-color: #abc71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 199, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 199, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc71f; background: linear-gradient(135deg, #abc71f, #3BC71F);