#abcf7c
a balanced, vivid green · cool · closest name: khaki
RGB
171, 207, 124
HSL
86°, 46%, 65%
CMYK
17, 0, 40, 19
Luminance
0.5474
Every format
| HEX | #abcf7c |
| RGB | rgb(171, 207, 124) |
| HSL | hsl(86, 46%, 65%) |
| CMYK | cmyk(17%, 0%, 40%, 19%) |
| LAB | lab(78.9 -25.9 37.4) |
| LCH | lch(78.9 45.5 124.8) |
| OKLCH | oklch(0.809 0.116 127.9) |
Copy-ready code
/* CSS */
color: #abcf7c;
background-color: #abcf7c;
/* Tailwind (arbitrary) */
class="text-[#abcf7c] bg-[#abcf7c]"
/* SCSS */
$brand: #abcf7c;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.486)
/* Android */
Color.parseColor("#abcf7c")Accessibility — WCAG contrast
Aa
#abcf7c on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf7c on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue48.6%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow40.1%
Key (black)18.8%
Color previews
#abcf7c text on a black background
contrast 11.95:1
Card sample
#abcf7c text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf7c;
Background color
Panel with #abcf7c background
background-color: #abcf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf7c; background: linear-gradient(135deg, #abcf7c, #7CCF84);