#acfe39
a balanced, electric green · cool · closest name: yellow
RGB
172, 254, 57
HSL
85°, 99%, 61%
CMYK
32, 0, 78, 0
Luminance
0.7995
Every format
| HEX | #acfe39 |
| RGB | rgb(172, 254, 57) |
| HSL | hsl(85, 99%, 61%) |
| CMYK | cmyk(32%, 0%, 78%, 0%) |
| LAB | lab(91.7 -52.0 79.0) |
| LCH | lch(91.7 94.6 123.4) |
| OKLCH | oklch(0.911 0.229 130.4) |
Copy-ready code
/* CSS */
color: #acfe39;
background-color: #acfe39;
/* Tailwind (arbitrary) */
class="text-[#acfe39] bg-[#acfe39]"
/* SCSS */
$brand: #acfe39;
/* SwiftUI */
Color(red: 0.675, green: 0.996, blue: 0.224)
/* Android */
Color.parseColor("#acfe39")Accessibility — WCAG contrast
Aa
#acfe39 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfe39 on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green99.6%
Blue22.4%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow77.6%
Key (black)0.4%
Color previews
#acfe39 text on a black background
contrast 16.99:1
Card sample
#acfe39 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfe39;
Background color
Panel with #acfe39 background
background-color: #acfe39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfe39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 254, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 254, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfe39; background: linear-gradient(135deg, #acfe39, #39FE4A);