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