#abeb80
a light, vivid green · cool · closest name: khaki
RGB
171, 235, 128
HSL
96°, 73%, 71%
CMYK
27, 0, 46, 8
Luminance
0.6963
Every format
| HEX | #abeb80 |
| RGB | rgb(171, 235, 128) |
| HSL | hsl(96, 73%, 71%) |
| CMYK | cmyk(27%, 0%, 46%, 8%) |
| LAB | lab(86.8 -38.5 45.4) |
| LCH | lch(86.8 59.5 130.3) |
| OKLCH | oklch(0.873 0.153 133.9) |
Copy-ready code
/* CSS */
color: #abeb80;
background-color: #abeb80;
/* Tailwind (arbitrary) */
class="text-[#abeb80] bg-[#abeb80]"
/* SCSS */
$brand: #abeb80;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.502)
/* Android */
Color.parseColor("#abeb80")Accessibility — WCAG contrast
Aa
#abeb80 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abeb80 on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue50.2%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow45.5%
Key (black)7.8%
Color previews
#abeb80 text on a black background
contrast 14.93:1
Card sample
#abeb80 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abeb80;
Background color
Panel with #abeb80 background
background-color: #abeb80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abeb80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abeb80; background: linear-gradient(135deg, #abeb80, #80EB9C);