#abcf6c
a balanced, vivid green · cool · closest name: khaki
RGB
171, 207, 108
HSL
82°, 51%, 62%
CMYK
17, 0, 48, 19
Luminance
0.5437
Every format
| HEX | #abcf6c |
| RGB | rgb(171, 207, 108) |
| HSL | hsl(82, 51%, 62%) |
| CMYK | cmyk(17%, 0%, 48%, 19%) |
| LAB | lab(78.7 -27.8 45.0) |
| LCH | lch(78.7 52.9 121.7) |
| OKLCH | oklch(0.806 0.133 125.7) |
Copy-ready code
/* CSS */
color: #abcf6c;
background-color: #abcf6c;
/* Tailwind (arbitrary) */
class="text-[#abcf6c] bg-[#abcf6c]"
/* SCSS */
$brand: #abcf6c;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.424)
/* Android */
Color.parseColor("#abcf6c")Accessibility — WCAG contrast
Aa
#abcf6c on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf6c on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue42.4%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow47.8%
Key (black)18.8%
Color previews
#abcf6c text on a black background
contrast 11.87:1
Card sample
#abcf6c text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf6c;
Background color
Panel with #abcf6c background
background-color: #abcf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf6c; background: linear-gradient(135deg, #abcf6c, #6CCF6F);