#acef7a
a light, electric green · cool · closest name: khaki
RGB
172, 239, 122
HSL
94°, 79%, 71%
CMYK
28, 0, 49, 6
Luminance
0.7191
Every format
| HEX | #acef7a |
| RGB | rgb(172, 239, 122) |
| HSL | hsl(94, 79%, 71%) |
| CMYK | cmyk(28%, 0%, 49%, 6%) |
| LAB | lab(87.9 -40.6 49.6) |
| LCH | lch(87.9 64.1 129.3) |
| OKLCH | oklch(0.882 0.164 133.3) |
Copy-ready code
/* CSS */
color: #acef7a;
background-color: #acef7a;
/* Tailwind (arbitrary) */
class="text-[#acef7a] bg-[#acef7a]"
/* SCSS */
$brand: #acef7a;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.478)
/* Android */
Color.parseColor("#acef7a")Accessibility — WCAG contrast
Aa
#acef7a on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef7a on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue47.8%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow49.0%
Key (black)6.3%
Color previews
#acef7a text on a black background
contrast 15.38:1
Card sample
#acef7a text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef7a;
Background color
Panel with #acef7a background
background-color: #acef7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef7a; background: linear-gradient(135deg, #acef7a, #7AEF96);