#acef62
a light, electric green · cool · closest name: khaki
RGB
172, 239, 98
HSL
89°, 82%, 66%
CMYK
28, 0, 59, 6
Luminance
0.7139
Every format
| HEX | #acef62 |
| RGB | rgb(172, 239, 98) |
| HSL | hsl(89, 82%, 66%) |
| CMYK | cmyk(28%, 0%, 59%, 6%) |
| LAB | lab(87.7 -43.0 60.2) |
| LCH | lch(87.7 74.0 125.6) |
| OKLCH | oklch(0.879 0.185 130.8) |
Copy-ready code
/* CSS */
color: #acef62;
background-color: #acef62;
/* Tailwind (arbitrary) */
class="text-[#acef62] bg-[#acef62]"
/* SCSS */
$brand: #acef62;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.384)
/* Android */
Color.parseColor("#acef62")Accessibility — WCAG contrast
Aa
#acef62 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef62 on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue38.4%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow59.0%
Key (black)6.3%
Color previews
#acef62 text on a black background
contrast 15.28:1
Card sample
#acef62 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef62;
Background color
Panel with #acef62 background
background-color: #acef62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef62; background: linear-gradient(135deg, #acef62, #62EF76);