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