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