#abcb71
a balanced, vivid green · cool · closest name: khaki
RGB
171, 203, 113
HSL
81°, 46%, 62%
CMYK
16, 0, 44, 20
Luminance
0.5256
Every format
| HEX | #abcb71 |
| RGB | rgb(171, 203, 113) |
| HSL | hsl(81, 46%, 62%) |
| CMYK | cmyk(16%, 0%, 44%, 20%) |
| LAB | lab(77.6 -25.3 41.3) |
| LCH | lch(77.6 48.4 121.5) |
| OKLCH | oklch(0.798 0.122 125.1) |
Copy-ready code
/* CSS */
color: #abcb71;
background-color: #abcb71;
/* Tailwind (arbitrary) */
class="text-[#abcb71] bg-[#abcb71]"
/* SCSS */
$brand: #abcb71;
/* SwiftUI */
Color(red: 0.671, green: 0.796, blue: 0.443)
/* Android */
Color.parseColor("#abcb71")Accessibility — WCAG contrast
Aa
#abcb71 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcb71 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.6%
Blue44.3%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow44.3%
Key (black)20.4%
Color previews
#abcb71 text on a black background
contrast 11.51:1
Card sample
#abcb71 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcb71;
Background color
Panel with #abcb71 background
background-color: #abcb71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcb71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 203, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 203, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcb71; background: linear-gradient(135deg, #abcb71, #71CB73);