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