#acfc7f
a light, electric green · cool · closest name: khaki
RGB
172, 252, 127
HSL
98°, 95%, 74%
CMYK
32, 0, 50, 1
Luminance
0.7992
Every format
| HEX | #acfc7f |
| RGB | rgb(172, 252, 127) |
| HSL | hsl(98, 95%, 74%) |
| CMYK | cmyk(32%, 0%, 50%, 1%) |
| LAB | lab(91.7 -45.7 51.9) |
| LCH | lch(91.7 69.1 131.4) |
| OKLCH | oklch(0.912 0.177 135.4) |
Copy-ready code
/* CSS */
color: #acfc7f;
background-color: #acfc7f;
/* Tailwind (arbitrary) */
class="text-[#acfc7f] bg-[#acfc7f]"
/* SCSS */
$brand: #acfc7f;
/* SwiftUI */
Color(red: 0.675, green: 0.988, blue: 0.498)
/* Android */
Color.parseColor("#acfc7f")Accessibility — WCAG contrast
Aa
#acfc7f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfc7f on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.8%
Blue49.8%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow49.6%
Key (black)1.2%
Color previews
#acfc7f text on a black background
contrast 16.98:1
Card sample
#acfc7f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfc7f;
Background color
Panel with #acfc7f background
background-color: #acfc7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfc7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 252, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 252, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfc7f; background: linear-gradient(135deg, #acfc7f, #7FFCA5);