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