#acd044
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 208, 68
HSL
75°, 60%, 54%
CMYK
17, 0, 67, 18
Luminance
0.5430
Every format
| HEX | #acd044 |
| RGB | rgb(172, 208, 68) |
| HSL | hsl(75, 60%, 54%) |
| CMYK | cmyk(17%, 0%, 67%, 18%) |
| LAB | lab(78.6 -31.3 62.7) |
| LCH | lch(78.6 70.1 116.6) |
| OKLCH | oklch(0.805 0.168 122.7) |
Copy-ready code
/* CSS */
color: #acd044;
background-color: #acd044;
/* Tailwind (arbitrary) */
class="text-[#acd044] bg-[#acd044]"
/* SCSS */
$brand: #acd044;
/* SwiftUI */
Color(red: 0.675, green: 0.816, blue: 0.267)
/* Android */
Color.parseColor("#acd044")Accessibility — WCAG contrast
Aa
#acd044 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd044 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green81.6%
Blue26.7%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow67.3%
Key (black)18.4%
Color previews
#acd044 text on a black background
contrast 11.86:1
Card sample
#acd044 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd044;
Background color
Panel with #acd044 background
background-color: #acd044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 208, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 208, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd044; background: linear-gradient(135deg, #acd044, #4FD044);