#abcf93
a light, soft green · cool · closest name: khaki
RGB
171, 207, 147
HSL
96°, 39%, 69%
CMYK
17, 0, 29, 19
Luminance
0.5539
Every format
| HEX | #abcf93 |
| RGB | rgb(171, 207, 147) |
| HSL | hsl(96, 39%, 69%) |
| CMYK | cmyk(17%, 0%, 29%, 19%) |
| LAB | lab(79.3 -22.8 26.0) |
| LCH | lch(79.3 34.6 131.2) |
| OKLCH | oklch(0.813 0.090 133.3) |
Copy-ready code
/* CSS */
color: #abcf93;
background-color: #abcf93;
/* Tailwind (arbitrary) */
class="text-[#abcf93] bg-[#abcf93]"
/* SCSS */
$brand: #abcf93;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.576)
/* Android */
Color.parseColor("#abcf93")Accessibility — WCAG contrast
Aa
#abcf93 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf93 on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue57.6%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow29.0%
Key (black)18.8%
Color previews
#abcf93 text on a black background
contrast 12.08:1
Card sample
#abcf93 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf93;
Background color
Panel with #abcf93 background
background-color: #abcf93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf93; background: linear-gradient(135deg, #abcf93, #93CFA3);