#abcf80
a light, vivid green · cool · closest name: khaki
RGB
171, 207, 128
HSL
87°, 45%, 66%
CMYK
17, 0, 38, 19
Luminance
0.5484
Every format
| HEX | #abcf80 |
| RGB | rgb(171, 207, 128) |
| HSL | hsl(87, 45%, 66%) |
| CMYK | cmyk(17%, 0%, 38%, 19%) |
| LAB | lab(79.0 -25.4 35.4) |
| LCH | lch(79.0 43.6 125.7) |
| OKLCH | oklch(0.810 0.112 128.6) |
Copy-ready code
/* CSS */
color: #abcf80;
background-color: #abcf80;
/* Tailwind (arbitrary) */
class="text-[#abcf80] bg-[#abcf80]"
/* SCSS */
$brand: #abcf80;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.502)
/* Android */
Color.parseColor("#abcf80")Accessibility — WCAG contrast
Aa
#abcf80 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf80 on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue50.2%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow38.2%
Key (black)18.8%
Color previews
#abcf80 text on a black background
contrast 11.97:1
Card sample
#abcf80 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf80;
Background color
Panel with #abcf80 background
background-color: #abcf80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf80; background: linear-gradient(135deg, #abcf80, #80CF8A);