#abeb6d
a light, electric green · cool · closest name: khaki
RGB
171, 235, 109
HSL
91°, 76%, 68%
CMYK
27, 0, 54, 8
Luminance
0.6918
Every format
| HEX | #abeb6d |
| RGB | rgb(171, 235, 109) |
| HSL | hsl(91, 76%, 68%) |
| CMYK | cmyk(27%, 0%, 54%, 8%) |
| LAB | lab(86.6 -40.6 54.0) |
| LCH | lch(86.6 67.6 126.9) |
| OKLCH | oklch(0.871 0.171 131.5) |
Copy-ready code
/* CSS */
color: #abeb6d;
background-color: #abeb6d;
/* Tailwind (arbitrary) */
class="text-[#abeb6d] bg-[#abeb6d]"
/* SCSS */
$brand: #abeb6d;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.427)
/* Android */
Color.parseColor("#abeb6d")Accessibility — WCAG contrast
Aa
#abeb6d on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abeb6d on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue42.7%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow53.6%
Key (black)7.8%
Color previews
#abeb6d text on a black background
contrast 14.84:1
Card sample
#abeb6d text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abeb6d;
Background color
Panel with #abeb6d background
background-color: #abeb6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abeb6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abeb6d; background: linear-gradient(135deg, #abeb6d, #6DEB83);