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