#acda49
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 218, 73
HSL
79°, 66%, 57%
CMYK
21, 0, 67, 15
Luminance
0.5939
Every format
| HEX | #acda49 |
| RGB | rgb(172, 218, 73) |
| HSL | hsl(79, 66%, 57%) |
| CMYK | cmyk(21%, 0%, 67%, 15%) |
| LAB | lab(81.5 -35.6 63.7) |
| LCH | lch(81.5 73.0 119.2) |
| OKLCH | oklch(0.828 0.177 125.3) |
Copy-ready code
/* CSS */
color: #acda49;
background-color: #acda49;
/* Tailwind (arbitrary) */
class="text-[#acda49] bg-[#acda49]"
/* SCSS */
$brand: #acda49;
/* SwiftUI */
Color(red: 0.675, green: 0.855, blue: 0.286)
/* Android */
Color.parseColor("#acda49")Accessibility — WCAG contrast
Aa
#acda49 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acda49 on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.5%
Blue28.6%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow66.5%
Key (black)14.5%
Color previews
#acda49 text on a black background
contrast 12.88:1
Card sample
#acda49 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acda49;
Background color
Panel with #acda49 background
background-color: #acda49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acda49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 218, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 218, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acda49; background: linear-gradient(135deg, #acda49, #4CDA49);