#acef86
a light, electric green · cool · closest name: khaki
RGB
172, 239, 134
HSL
98°, 77%, 73%
CMYK
28, 0, 44, 6
Luminance
0.7222
Every format
| HEX | #acef86 |
| RGB | rgb(172, 239, 134) |
| HSL | hsl(98, 77%, 73%) |
| CMYK | cmyk(28%, 0%, 44%, 6%) |
| LAB | lab(88.1 -39.2 44.1) |
| LCH | lch(88.1 59.0 131.6) |
| OKLCH | oklch(0.884 0.152 135.1) |
Copy-ready code
/* CSS */
color: #acef86;
background-color: #acef86;
/* Tailwind (arbitrary) */
class="text-[#acef86] bg-[#acef86]"
/* SCSS */
$brand: #acef86;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.525)
/* Android */
Color.parseColor("#acef86")Accessibility — WCAG contrast
Aa
#acef86 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef86 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue52.5%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow43.9%
Key (black)6.3%
Color previews
#acef86 text on a black background
contrast 15.44:1
Card sample
#acef86 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef86;
Background color
Panel with #acef86 background
background-color: #acef86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef86; background: linear-gradient(135deg, #acef86, #86EFA6);