#acef76
a light, electric green · cool · closest name: khaki
RGB
172, 239, 118
HSL
93°, 79%, 70%
CMYK
28, 0, 51, 6
Luminance
0.7181
Every format
| HEX | #acef76 |
| RGB | rgb(172, 239, 118) |
| HSL | hsl(93, 79%, 70%) |
| CMYK | cmyk(28%, 0%, 51%, 6%) |
| LAB | lab(87.9 -41.0 51.5) |
| LCH | lch(87.9 65.8 128.6) |
| OKLCH | oklch(0.881 0.167 132.8) |
Copy-ready code
/* CSS */
color: #acef76;
background-color: #acef76;
/* Tailwind (arbitrary) */
class="text-[#acef76] bg-[#acef76]"
/* SCSS */
$brand: #acef76;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.463)
/* Android */
Color.parseColor("#acef76")Accessibility — WCAG contrast
Aa
#acef76 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef76 on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue46.3%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow50.6%
Key (black)6.3%
Color previews
#acef76 text on a black background
contrast 15.36:1
Card sample
#acef76 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef76;
Background color
Panel with #acef76 background
background-color: #acef76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef76; background: linear-gradient(135deg, #acef76, #76EF91);