#acec4d
a balanced, electric green · cool · closest name: yellow
RGB
172, 236, 77
HSL
84°, 81%, 61%
CMYK
27, 0, 67, 8
Luminance
0.6930
Every format
| HEX | #acec4d |
| RGB | rgb(172, 236, 77) |
| HSL | hsl(84, 81%, 61%) |
| CMYK | cmyk(27%, 0%, 67%, 8%) |
| LAB | lab(86.7 -43.3 67.5) |
| LCH | lch(86.7 80.2 122.7) |
| OKLCH | oklch(0.870 0.196 128.8) |
Copy-ready code
/* CSS */
color: #acec4d;
background-color: #acec4d;
/* Tailwind (arbitrary) */
class="text-[#acec4d] bg-[#acec4d]"
/* SCSS */
$brand: #acec4d;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.302)
/* Android */
Color.parseColor("#acec4d")Accessibility — WCAG contrast
Aa
#acec4d on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acec4d on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue30.2%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow67.4%
Key (black)7.5%
Color previews
#acec4d text on a black background
contrast 14.86:1
Card sample
#acec4d text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acec4d;
Background color
Panel with #acec4d background
background-color: #acec4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acec4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acec4d; background: linear-gradient(135deg, #acec4d, #4DEC58);