#abcf96
a light, soft green · cool · closest name: khaki
RGB
171, 207, 150
HSL
98°, 37%, 70%
CMYK
17, 0, 28, 19
Luminance
0.5549
Every format
| HEX | #abcf96 |
| RGB | rgb(171, 207, 150) |
| HSL | hsl(98, 37%, 70%) |
| CMYK | cmyk(17%, 0%, 28%, 19%) |
| LAB | lab(79.3 -22.3 24.5) |
| LCH | lch(79.3 33.1 132.3) |
| OKLCH | oklch(0.814 0.086 134.3) |
Copy-ready code
/* CSS */
color: #abcf96;
background-color: #abcf96;
/* Tailwind (arbitrary) */
class="text-[#abcf96] bg-[#abcf96]"
/* SCSS */
$brand: #abcf96;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.588)
/* Android */
Color.parseColor("#abcf96")Accessibility — WCAG contrast
Aa
#abcf96 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf96 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue58.8%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow27.5%
Key (black)18.8%
Color previews
#abcf96 text on a black background
contrast 12.10:1
Card sample
#abcf96 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf96;
Background color
Panel with #abcf96 background
background-color: #abcf96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf96; background: linear-gradient(135deg, #abcf96, #96CFA7);