#acd849
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 216, 73
HSL
79°, 65%, 57%
CMYK
20, 0, 66, 15
Luminance
0.5836
Every format
| HEX | #acd849 |
| RGB | rgb(172, 216, 73) |
| HSL | hsl(79, 65%, 57%) |
| CMYK | cmyk(20%, 0%, 66%, 15%) |
| LAB | lab(80.9 -34.7 63.1) |
| LCH | lch(80.9 72.0 118.8) |
| OKLCH | oklch(0.824 0.174 124.9) |
Copy-ready code
/* CSS */
color: #acd849;
background-color: #acd849;
/* Tailwind (arbitrary) */
class="text-[#acd849] bg-[#acd849]"
/* SCSS */
$brand: #acd849;
/* SwiftUI */
Color(red: 0.675, green: 0.847, blue: 0.286)
/* Android */
Color.parseColor("#acd849")Accessibility — WCAG contrast
Aa
#acd849 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd849 on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green84.7%
Blue28.6%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow66.2%
Key (black)15.3%
Color previews
#acd849 text on a black background
contrast 12.67:1
Card sample
#acd849 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd849;
Background color
Panel with #acd849 background
background-color: #acd849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 216, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 216, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd849; background: linear-gradient(135deg, #acd849, #4DD849);