#acd442
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 212, 66
HSL
76°, 63%, 55%
CMYK
19, 0, 69, 17
Luminance
0.5625
Every format
| HEX | #acd442 |
| RGB | rgb(172, 212, 66) |
| HSL | hsl(76, 63%, 55%) |
| CMYK | cmyk(19%, 0%, 69%, 17%) |
| LAB | lab(79.8 -33.3 64.6) |
| LCH | lch(79.8 72.7 117.3) |
| OKLCH | oklch(0.814 0.174 123.6) |
Copy-ready code
/* CSS */
color: #acd442;
background-color: #acd442;
/* Tailwind (arbitrary) */
class="text-[#acd442] bg-[#acd442]"
/* SCSS */
$brand: #acd442;
/* SwiftUI */
Color(red: 0.675, green: 0.831, blue: 0.259)
/* Android */
Color.parseColor("#acd442")Accessibility — WCAG contrast
Aa
#acd442 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd442 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green83.1%
Blue25.9%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow68.9%
Key (black)16.9%
Color previews
#acd442 text on a black background
contrast 12.25:1
Card sample
#acd442 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd442;
Background color
Panel with #acd442 background
background-color: #acd442;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd442;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 212, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 212, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd442; background: linear-gradient(135deg, #acd442, #4BD442);