#acef0d
a balanced, electric green · cool · closest name: yellow
RGB
172, 239, 13
HSL
78°, 90%, 49%
CMYK
28, 0, 95, 6
Luminance
0.7053
Every format
| HEX | #acef0d |
| RGB | rgb(172, 239, 13) |
| HSL | hsl(78, 90%, 49%) |
| CMYK | cmyk(28%, 0%, 95%, 6%) |
| LAB | lab(87.3 -47.0 83.6) |
| LCH | lch(87.3 95.9 119.4) |
| OKLCH | oklch(0.874 0.225 127.4) |
Copy-ready code
/* CSS */
color: #acef0d;
background-color: #acef0d;
/* Tailwind (arbitrary) */
class="text-[#acef0d] bg-[#acef0d]"
/* SCSS */
$brand: #acef0d;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.051)
/* Android */
Color.parseColor("#acef0d")Accessibility — WCAG contrast
Aa
#acef0d on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef0d on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue5.1%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow94.6%
Key (black)6.3%
Color previews
#acef0d text on a black background
contrast 15.11:1
Card sample
#acef0d text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef0d;
Background color
Panel with #acef0d background
background-color: #acef0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef0d; background: linear-gradient(135deg, #acef0d, #15EF0D);