#acef49
a balanced, electric green · cool · closest name: yellow
RGB
172, 239, 73
HSL
84°, 84%, 61%
CMYK
28, 0, 70, 6
Luminance
0.7098
Every format
| HEX | #acef49 |
| RGB | rgb(172, 239, 73) |
| HSL | hsl(84, 84%, 61%) |
| CMYK | cmyk(28%, 0%, 70%, 6%) |
| LAB | lab(87.5 -44.9 69.8) |
| LCH | lch(87.5 83.0 122.7) |
| OKLCH | oklch(0.877 0.203 129.1) |
Copy-ready code
/* CSS */
color: #acef49;
background-color: #acef49;
/* Tailwind (arbitrary) */
class="text-[#acef49] bg-[#acef49]"
/* SCSS */
$brand: #acef49;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.286)
/* Android */
Color.parseColor("#acef49")Accessibility — WCAG contrast
Aa
#acef49 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef49 on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue28.6%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow69.5%
Key (black)6.3%
Color previews
#acef49 text on a black background
contrast 15.20:1
Card sample
#acef49 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef49;
Background color
Panel with #acef49 background
background-color: #acef49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef49; background: linear-gradient(135deg, #acef49, #49EF55);