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