#acff71
a light, electric green · cool · closest name: khaki
RGB
172, 255, 113
HSL
95°, 100%, 72%
CMYK
33, 0, 56, 0
Luminance
0.8148
Every format
| HEX | #acff71 |
| RGB | rgb(172, 255, 113) |
| HSL | hsl(95, 100%, 72%) |
| CMYK | cmyk(33%, 0%, 56%, 0%) |
| LAB | lab(92.3 -48.5 59.0) |
| LCH | lch(92.3 76.3 129.4) |
| OKLCH | oklch(0.917 0.193 134.1) |
Copy-ready code
/* CSS */
color: #acff71;
background-color: #acff71;
/* Tailwind (arbitrary) */
class="text-[#acff71] bg-[#acff71]"
/* SCSS */
$brand: #acff71;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.443)
/* Android */
Color.parseColor("#acff71")Accessibility — WCAG contrast
Aa
#acff71 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acff71 on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue44.3%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow55.7%
Key (black)0.0%
Color previews
#acff71 text on a black background
contrast 17.30:1
Card sample
#acff71 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acff71;
Background color
Panel with #acff71 background
background-color: #acff71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acff71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acff71; background: linear-gradient(135deg, #acff71, #71FF95);