#abcc8f
a light, soft green · cool · closest name: khaki
RGB
171, 204, 143
HSL
93°, 37%, 68%
CMYK
16, 0, 30, 20
Luminance
0.5383
Every format
| HEX | #abcc8f |
| RGB | rgb(171, 204, 143) |
| HSL | hsl(93, 37%, 68%) |
| CMYK | cmyk(16%, 0%, 30%, 20%) |
| LAB | lab(78.4 -21.9 26.9) |
| LCH | lch(78.4 34.7 129.1) |
| OKLCH | oklch(0.806 0.090 131.3) |
Copy-ready code
/* CSS */
color: #abcc8f;
background-color: #abcc8f;
/* Tailwind (arbitrary) */
class="text-[#abcc8f] bg-[#abcc8f]"
/* SCSS */
$brand: #abcc8f;
/* SwiftUI */
Color(red: 0.671, green: 0.800, blue: 0.561)
/* Android */
Color.parseColor("#abcc8f")Accessibility — WCAG contrast
Aa
#abcc8f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcc8f on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.0%
Blue56.1%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow29.9%
Key (black)20.0%
Color previews
#abcc8f text on a black background
contrast 11.77:1
Card sample
#abcc8f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcc8f;
Background color
Panel with #abcc8f background
background-color: #abcc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 204, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 204, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcc8f; background: linear-gradient(135deg, #abcc8f, #8FCC9C);