#acef2c
a balanced, electric green · cool · closest name: yellow
RGB
172, 239, 44
HSL
81°, 86%, 56%
CMYK
28, 0, 82, 6
Luminance
0.7069
Every format
| HEX | #acef2c |
| RGB | rgb(172, 239, 44) |
| HSL | hsl(81, 86%, 56%) |
| CMYK | cmyk(28%, 0%, 82%, 6%) |
| LAB | lab(87.3 -46.3 78.5) |
| LCH | lch(87.3 91.1 120.5) |
| OKLCH | oklch(0.875 0.217 128.0) |
Copy-ready code
/* CSS */
color: #acef2c;
background-color: #acef2c;
/* Tailwind (arbitrary) */
class="text-[#acef2c] bg-[#acef2c]"
/* SCSS */
$brand: #acef2c;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.173)
/* Android */
Color.parseColor("#acef2c")Accessibility — WCAG contrast
Aa
#acef2c on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef2c on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue17.3%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow81.6%
Key (black)6.3%
Color previews
#acef2c text on a black background
contrast 15.14:1
Card sample
#acef2c text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef2c;
Background color
Panel with #acef2c background
background-color: #acef2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef2c; background: linear-gradient(135deg, #acef2c, #2CEF2E);