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