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