#abeb8b
a light, vivid green · cool · closest name: khaki
RGB
171, 235, 139
HSL
100°, 71%, 73%
CMYK
27, 0, 41, 8
Luminance
0.6994
Every format
| HEX | #abeb8b |
| RGB | rgb(171, 235, 139) |
| HSL | hsl(100, 71%, 73%) |
| CMYK | cmyk(27%, 0%, 41%, 8%) |
| LAB | lab(87.0 -37.1 40.2) |
| LCH | lch(87.0 54.7 132.7) |
| OKLCH | oklch(0.875 0.142 135.8) |
Copy-ready code
/* CSS */
color: #abeb8b;
background-color: #abeb8b;
/* Tailwind (arbitrary) */
class="text-[#abeb8b] bg-[#abeb8b]"
/* SCSS */
$brand: #abeb8b;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.545)
/* Android */
Color.parseColor("#abeb8b")Accessibility — WCAG contrast
Aa
#abeb8b on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abeb8b on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue54.5%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow40.9%
Key (black)7.8%
Color previews
#abeb8b text on a black background
contrast 14.99:1
Card sample
#abeb8b text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abeb8b;
Background color
Panel with #abeb8b background
background-color: #abeb8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abeb8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abeb8b; background: linear-gradient(135deg, #abeb8b, #8BEBAB);