#acef84
a light, electric green · cool · closest name: khaki
RGB
172, 239, 132
HSL
98°, 77%, 73%
CMYK
28, 0, 45, 6
Luminance
0.7217
Every format
| HEX | #acef84 |
| RGB | rgb(172, 239, 132) |
| HSL | hsl(98, 77%, 73%) |
| CMYK | cmyk(28%, 0%, 45%, 6%) |
| LAB | lab(88.0 -39.4 45.0) |
| LCH | lch(88.0 59.9 131.2) |
| OKLCH | oklch(0.883 0.154 134.8) |
Copy-ready code
/* CSS */
color: #acef84;
background-color: #acef84;
/* Tailwind (arbitrary) */
class="text-[#acef84] bg-[#acef84]"
/* SCSS */
$brand: #acef84;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.518)
/* Android */
Color.parseColor("#acef84")Accessibility — WCAG contrast
Aa
#acef84 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef84 on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue51.8%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow44.8%
Key (black)6.3%
Color previews
#acef84 text on a black background
contrast 15.43:1
Card sample
#acef84 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef84;
Background color
Panel with #acef84 background
background-color: #acef84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef84; background: linear-gradient(135deg, #acef84, #84EFA3);