#acef7c
a light, electric green · cool · closest name: khaki
RGB
172, 239, 124
HSL
95°, 78%, 71%
CMYK
28, 0, 48, 6
Luminance
0.7196
Every format
| HEX | #acef7c |
| RGB | rgb(172, 239, 124) |
| HSL | hsl(95, 78%, 71%) |
| CMYK | cmyk(28%, 0%, 48%, 6%) |
| LAB | lab(88.0 -40.4 48.7) |
| LCH | lch(88.0 63.3 129.6) |
| OKLCH | oklch(0.882 0.162 133.6) |
Copy-ready code
/* CSS */
color: #acef7c;
background-color: #acef7c;
/* Tailwind (arbitrary) */
class="text-[#acef7c] bg-[#acef7c]"
/* SCSS */
$brand: #acef7c;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.486)
/* Android */
Color.parseColor("#acef7c")Accessibility — WCAG contrast
Aa
#acef7c on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef7c on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue48.6%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow48.1%
Key (black)6.3%
Color previews
#acef7c text on a black background
contrast 15.39:1
Card sample
#acef7c text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef7c;
Background color
Panel with #acef7c background
background-color: #acef7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef7c; background: linear-gradient(135deg, #acef7c, #7CEF99);