#abcb66
a balanced, vivid green · cool · closest name: khaki
RGB
171, 203, 102
HSL
79°, 49%, 60%
CMYK
16, 0, 50, 20
Luminance
0.5233
Every format
| HEX | #abcb66 |
| RGB | rgb(171, 203, 102) |
| HSL | hsl(79, 49%, 60%) |
| CMYK | cmyk(16%, 0%, 50%, 20%) |
| LAB | lab(77.5 -26.5 46.5) |
| LCH | lch(77.5 53.5 119.7) |
| OKLCH | oklch(0.797 0.133 123.9) |
Copy-ready code
/* CSS */
color: #abcb66;
background-color: #abcb66;
/* Tailwind (arbitrary) */
class="text-[#abcb66] bg-[#abcb66]"
/* SCSS */
$brand: #abcb66;
/* SwiftUI */
Color(red: 0.671, green: 0.796, blue: 0.400)
/* Android */
Color.parseColor("#abcb66")Accessibility — WCAG contrast
Aa
#abcb66 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcb66 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.6%
Blue40.0%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow49.8%
Key (black)20.4%
Color previews
#abcb66 text on a black background
contrast 11.47:1
Card sample
#abcb66 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcb66;
Background color
Panel with #abcb66 background
background-color: #abcb66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcb66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 203, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 203, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcb66; background: linear-gradient(135deg, #abcb66, #68CB66);