#acef3e
a balanced, electric green · cool · closest name: yellow
RGB
172, 239, 62
HSL
83°, 85%, 59%
CMYK
28, 0, 74, 6
Luminance
0.7085
Every format
| HEX | #acef3e |
| RGB | rgb(172, 239, 62) |
| HSL | hsl(83, 85%, 59%) |
| CMYK | cmyk(28%, 0%, 74%, 6%) |
| LAB | lab(87.4 -45.5 73.5) |
| LCH | lch(87.4 86.5 121.8) |
| OKLCH | oklch(0.876 0.209 128.6) |
Copy-ready code
/* CSS */
color: #acef3e;
background-color: #acef3e;
/* Tailwind (arbitrary) */
class="text-[#acef3e] bg-[#acef3e]"
/* SCSS */
$brand: #acef3e;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.243)
/* Android */
Color.parseColor("#acef3e")Accessibility — WCAG contrast
Aa
#acef3e on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acef3e on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue24.3%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow74.1%
Key (black)6.3%
Color previews
#acef3e text on a black background
contrast 15.17:1
Card sample
#acef3e text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acef3e;
Background color
Panel with #acef3e background
background-color: #acef3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acef3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acef3e; background: linear-gradient(135deg, #acef3e, #3EEF46);