#abeb82
a light, vivid green · cool · closest name: khaki
RGB
171, 235, 130
HSL
97°, 72%, 72%
CMYK
27, 0, 45, 8
Luminance
0.6969
Every format
| HEX | #abeb82 |
| RGB | rgb(171, 235, 130) |
| HSL | hsl(97, 72%, 72%) |
| CMYK | cmyk(27%, 0%, 45%, 8%) |
| LAB | lab(86.8 -38.2 44.5) |
| LCH | lch(86.8 58.6 130.7) |
| OKLCH | oklch(0.873 0.151 134.2) |
Copy-ready code
/* CSS */
color: #abeb82;
background-color: #abeb82;
/* Tailwind (arbitrary) */
class="text-[#abeb82] bg-[#abeb82]"
/* SCSS */
$brand: #abeb82;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.510)
/* Android */
Color.parseColor("#abeb82")Accessibility — WCAG contrast
Aa
#abeb82 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abeb82 on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue51.0%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow44.7%
Key (black)7.8%
Color previews
#abeb82 text on a black background
contrast 14.94:1
Card sample
#abeb82 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abeb82;
Background color
Panel with #abeb82 background
background-color: #abeb82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abeb82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abeb82; background: linear-gradient(135deg, #abeb82, #82EB9F);