#acef5e
a light, electric green · cool · closest name: olivedrab
RGB
172, 239, 94
HSL
88°, 82%, 65%
CMYK
28, 0, 61, 6
Luminance
0.7131
Every format
| HEX | #acef5e |
| RGB | rgb(172, 239, 94) |
| HSL | hsl(88, 82%, 65%) |
| CMYK | cmyk(28%, 0%, 61%, 6%) |
| LAB | lab(87.6 -43.4 61.8) |
| LCH | lch(87.6 75.5 125.0) |
| OKLCH | oklch(0.879 0.188 130.4) |
Copy-ready code
/* CSS */
color: #acef5e;
background-color: #acef5e;
/* Tailwind (arbitrary) */
class="text-[#acef5e] bg-[#acef5e]"
/* SCSS */
$brand: #acef5e;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.369)
/* Android */
Color.parseColor("#acef5e")Accessibility — WCAG contrast
Aa
#acef5e on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef5e on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue36.9%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow60.7%
Key (black)6.3%
Color previews
#acef5e text on a black background
contrast 15.26:1
Card sample
#acef5e text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef5e;
Background color
Panel with #acef5e background
background-color: #acef5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef5e; background: linear-gradient(135deg, #acef5e, #5EEF71);