#acee49
a balanced, electric green · cool · closest name: yellow
RGB
172, 238, 73
HSL
84°, 83%, 61%
CMYK
28, 0, 69, 7
Luminance
0.7040
Every format
| HEX | #acee49 |
| RGB | rgb(172, 238, 73) |
| HSL | hsl(84, 83%, 61%) |
| CMYK | cmyk(28%, 0%, 69%, 7%) |
| LAB | lab(87.2 -44.5 69.5) |
| LCH | lch(87.2 82.5 122.6) |
| OKLCH | oklch(0.875 0.201 128.9) |
Copy-ready code
/* CSS */
color: #acee49;
background-color: #acee49;
/* Tailwind (arbitrary) */
class="text-[#acee49] bg-[#acee49]"
/* SCSS */
$brand: #acee49;
/* SwiftUI */
Color(red: 0.675, green: 0.933, blue: 0.286)
/* Android */
Color.parseColor("#acee49")Accessibility — WCAG contrast
Aa
#acee49 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acee49 on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.3%
Blue28.6%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow69.3%
Key (black)6.7%
Color previews
#acee49 text on a black background
contrast 15.08:1
Card sample
#acee49 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acee49;
Background color
Panel with #acee49 background
background-color: #acee49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acee49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 238, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 238, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acee49; background: linear-gradient(135deg, #acee49, #49EE54);