#abcf8c
a light, soft green · cool · closest name: khaki
RGB
171, 207, 140
HSL
92°, 41%, 68%
CMYK
17, 0, 32, 19
Luminance
0.5518
Every format
| HEX | #abcf8c |
| RGB | rgb(171, 207, 140) |
| HSL | hsl(92, 41%, 68%) |
| CMYK | cmyk(17%, 0%, 32%, 19%) |
| LAB | lab(79.1 -23.8 29.5) |
| LCH | lch(79.1 37.9 128.9) |
| OKLCH | oklch(0.812 0.098 131.3) |
Copy-ready code
/* CSS */
color: #abcf8c;
background-color: #abcf8c;
/* Tailwind (arbitrary) */
class="text-[#abcf8c] bg-[#abcf8c]"
/* SCSS */
$brand: #abcf8c;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.549)
/* Android */
Color.parseColor("#abcf8c")Accessibility — WCAG contrast
Aa
#abcf8c on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf8c on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue54.9%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow32.4%
Key (black)18.8%
Color previews
#abcf8c text on a black background
contrast 12.04:1
Card sample
#abcf8c text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf8c;
Background color
Panel with #abcf8c background
background-color: #abcf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf8c; background: linear-gradient(135deg, #abcf8c, #8CCF9A);