#acef72
a light, electric green · cool · closest name: khaki
RGB
172, 239, 114
HSL
92°, 80%, 69%
CMYK
28, 0, 52, 6
Luminance
0.7172
Every format
| HEX | #acef72 |
| RGB | rgb(172, 239, 114) |
| HSL | hsl(92, 80%, 69%) |
| CMYK | cmyk(28%, 0%, 52%, 6%) |
| LAB | lab(87.8 -41.5 53.3) |
| LCH | lch(87.8 67.5 127.9) |
| OKLCH | oklch(0.881 0.171 132.3) |
Copy-ready code
/* CSS */
color: #acef72;
background-color: #acef72;
/* Tailwind (arbitrary) */
class="text-[#acef72] bg-[#acef72]"
/* SCSS */
$brand: #acef72;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.447)
/* Android */
Color.parseColor("#acef72")Accessibility — WCAG contrast
Aa
#acef72 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef72 on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue44.7%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow52.3%
Key (black)6.3%
Color previews
#acef72 text on a black background
contrast 15.34:1
Card sample
#acef72 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef72;
Background color
Panel with #acef72 background
background-color: #acef72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef72; background: linear-gradient(135deg, #acef72, #72EF8B);