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