#acff7a
a light, electric green · cool · closest name: khaki
RGB
172, 255, 122
HSL
97°, 100%, 74%
CMYK
33, 0, 52, 0
Luminance
0.8170
Every format
| HEX | #acff7a |
| RGB | rgb(172, 255, 122) |
| HSL | hsl(97, 100%, 74%) |
| CMYK | cmyk(33%, 0%, 52%, 0%) |
| LAB | lab(92.4 -47.5 55.1) |
| LCH | lch(92.4 72.8 130.8) |
| OKLCH | oklch(0.919 0.186 135.1) |
Copy-ready code
/* CSS */
color: #acff7a;
background-color: #acff7a;
/* Tailwind (arbitrary) */
class="text-[#acff7a] bg-[#acff7a]"
/* SCSS */
$brand: #acff7a;
/* SwiftUI */
Color(red: 0.675, green: 1.000, blue: 0.478)
/* Android */
Color.parseColor("#acff7a")Accessibility — WCAG contrast
Aa
#acff7a on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acff7a on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green100.0%
Blue47.8%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow52.2%
Key (black)0.0%
Color previews
#acff7a text on a black background
contrast 17.34:1
Card sample
#acff7a text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acff7a;
Background color
Panel with #acff7a background
background-color: #acff7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acff7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 255, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 255, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acff7a; background: linear-gradient(135deg, #acff7a, #7AFFA0);