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