#abcf71
a balanced, vivid green · cool · closest name: khaki
RGB
171, 207, 113
HSL
83°, 50%, 63%
CMYK
17, 0, 45, 19
Luminance
0.5448
Every format
| HEX | #abcf71 |
| RGB | rgb(171, 207, 113) |
| HSL | hsl(83, 50%, 63%) |
| CMYK | cmyk(17%, 0%, 45%, 19%) |
| LAB | lab(78.7 -27.3 42.7) |
| LCH | lch(78.7 50.6 122.6) |
| OKLCH | oklch(0.807 0.128 126.3) |
Copy-ready code
/* CSS */
color: #abcf71;
background-color: #abcf71;
/* Tailwind (arbitrary) */
class="text-[#abcf71] bg-[#abcf71]"
/* SCSS */
$brand: #abcf71;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.443)
/* Android */
Color.parseColor("#abcf71")Accessibility — WCAG contrast
Aa
#abcf71 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf71 on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue44.3%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow45.4%
Key (black)18.8%
Color previews
#abcf71 text on a black background
contrast 11.90:1
Card sample
#abcf71 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf71;
Background color
Panel with #abcf71 background
background-color: #abcf71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf71; background: linear-gradient(135deg, #abcf71, #71CF76);