#abcf76
a balanced, vivid green · cool · closest name: khaki
RGB
171, 207, 118
HSL
84°, 48%, 64%
CMYK
17, 0, 43, 19
Luminance
0.5459
Every format
| HEX | #abcf76 |
| RGB | rgb(171, 207, 118) |
| HSL | hsl(84, 48%, 64%) |
| CMYK | cmyk(17%, 0%, 43%, 19%) |
| LAB | lab(78.8 -26.7 40.3) |
| LCH | lch(78.8 48.3 123.5) |
| OKLCH | oklch(0.808 0.122 127.0) |
Copy-ready code
/* CSS */
color: #abcf76;
background-color: #abcf76;
/* Tailwind (arbitrary) */
class="text-[#abcf76] bg-[#abcf76]"
/* SCSS */
$brand: #abcf76;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.463)
/* Android */
Color.parseColor("#abcf76")Accessibility — WCAG contrast
Aa
#abcf76 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf76 on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue46.3%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow43.0%
Key (black)18.8%
Color previews
#abcf76 text on a black background
contrast 11.92:1
Card sample
#abcf76 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf76;
Background color
Panel with #abcf76 background
background-color: #abcf76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf76; background: linear-gradient(135deg, #abcf76, #76CF7C);