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