#abcf83
a light, soft green · cool · closest name: khaki
RGB
171, 207, 131
HSL
88°, 44%, 66%
CMYK
17, 0, 37, 19
Luminance
0.5492
Every format
| HEX | #abcf83 |
| RGB | rgb(171, 207, 131) |
| HSL | hsl(88, 44%, 66%) |
| CMYK | cmyk(17%, 0%, 37%, 19%) |
| LAB | lab(79.0 -25.0 33.9) |
| LCH | lch(79.0 42.2 126.4) |
| OKLCH | oklch(0.810 0.108 129.2) |
Copy-ready code
/* CSS */
color: #abcf83;
background-color: #abcf83;
/* Tailwind (arbitrary) */
class="text-[#abcf83] bg-[#abcf83]"
/* SCSS */
$brand: #abcf83;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.514)
/* Android */
Color.parseColor("#abcf83")Accessibility — WCAG contrast
Aa
#abcf83 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf83 on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue51.4%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow36.7%
Key (black)18.8%
Color previews
#abcf83 text on a black background
contrast 11.98:1
Card sample
#abcf83 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf83;
Background color
Panel with #abcf83 background
background-color: #abcf83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf83; background: linear-gradient(135deg, #abcf83, #83CF8E);