#acfe72
a light, electric green · cool · closest name: khaki
RGB
172, 254, 114
HSL
95°, 99%, 72%
CMYK
32, 0, 55, 0
Luminance
0.8087
Every format
| HEX | #acfe72 |
| RGB | rgb(172, 254, 114) |
| HSL | hsl(95, 99%, 72%) |
| CMYK | cmyk(32%, 0%, 55%, 0%) |
| LAB | lab(92.1 -47.9 58.2) |
| LCH | lch(92.1 75.4 129.5) |
| OKLCH | oklch(0.915 0.191 134.1) |
Copy-ready code
/* CSS */
color: #acfe72;
background-color: #acfe72;
/* Tailwind (arbitrary) */
class="text-[#acfe72] bg-[#acfe72]"
/* SCSS */
$brand: #acfe72;
/* SwiftUI */
Color(red: 0.675, green: 0.996, blue: 0.447)
/* Android */
Color.parseColor("#acfe72")Accessibility — WCAG contrast
Aa
#acfe72 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfe72 on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green99.6%
Blue44.7%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow55.1%
Key (black)0.4%
Color previews
#acfe72 text on a black background
contrast 17.17:1
Card sample
#acfe72 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfe72;
Background color
Panel with #acfe72 background
background-color: #acfe72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfe72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 254, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 254, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfe72; background: linear-gradient(135deg, #acfe72, #72FE95);