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