#abcb8f
a light, soft green · cool · closest name: khaki
RGB
171, 203, 143
HSL
92°, 37%, 68%
CMYK
16, 0, 30, 20
Luminance
0.5335
Every format
| HEX | #abcb8f |
| RGB | rgb(171, 203, 143) |
| HSL | hsl(92, 37%, 68%) |
| CMYK | cmyk(16%, 0%, 30%, 20%) |
| LAB | lab(78.1 -21.4 26.5) |
| LCH | lch(78.1 34.0 128.9) |
| OKLCH | oklch(0.803 0.088 131.0) |
Copy-ready code
/* CSS */
color: #abcb8f;
background-color: #abcb8f;
/* Tailwind (arbitrary) */
class="text-[#abcb8f] bg-[#abcb8f]"
/* SCSS */
$brand: #abcb8f;
/* SwiftUI */
Color(red: 0.671, green: 0.796, blue: 0.561)
/* Android */
Color.parseColor("#abcb8f")Accessibility — WCAG contrast
Aa
#abcb8f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcb8f on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.6%
Blue56.1%
CMYK percentages
Cyan15.8%
Magenta0.0%
Yellow29.6%
Key (black)20.4%
Color previews
#abcb8f text on a black background
contrast 11.67:1
Card sample
#abcb8f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcb8f;
Background color
Panel with #abcb8f background
background-color: #abcb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 203, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 203, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcb8f; background: linear-gradient(135deg, #abcb8f, #8FCB9B);