#abeb8f
a light, vivid green · cool · closest name: khaki
RGB
171, 235, 143
HSL
102°, 70%, 74%
CMYK
27, 0, 39, 8
Luminance
0.7006
Every format
| HEX | #abeb8f |
| RGB | rgb(171, 235, 143) |
| HSL | hsl(102, 70%, 74%) |
| CMYK | cmyk(27%, 0%, 39%, 8%) |
| LAB | lab(87.0 -36.5 38.3) |
| LCH | lch(87.0 53.0 133.6) |
| OKLCH | oklch(0.875 0.138 136.6) |
Copy-ready code
/* CSS */
color: #abeb8f;
background-color: #abeb8f;
/* Tailwind (arbitrary) */
class="text-[#abeb8f] bg-[#abeb8f]"
/* SCSS */
$brand: #abeb8f;
/* SwiftUI */
Color(red: 0.671, green: 0.922, blue: 0.561)
/* Android */
Color.parseColor("#abeb8f")Accessibility — WCAG contrast
Aa
#abeb8f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abeb8f on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green92.2%
Blue56.1%
CMYK percentages
Cyan27.2%
Magenta0.0%
Yellow39.1%
Key (black)7.8%
Color previews
#abeb8f text on a black background
contrast 15.01:1
Card sample
#abeb8f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abeb8f;
Background color
Panel with #abeb8f background
background-color: #abeb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abeb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 235, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 235, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abeb8f; background: linear-gradient(135deg, #abeb8f, #8FEBB0);