#acd554
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 213, 84
HSL
79°, 61%, 58%
CMYK
19, 0, 61, 17
Luminance
0.5700
Every format
| HEX | #acd554 |
| RGB | rgb(172, 213, 84) |
| HSL | hsl(79, 61%, 58%) |
| CMYK | cmyk(19%, 0%, 61%, 17%) |
| LAB | lab(80.2 -32.5 57.8) |
| LCH | lch(80.2 66.3 119.3) |
| OKLCH | oklch(0.818 0.163 124.8) |
Copy-ready code
/* CSS */
color: #acd554;
background-color: #acd554;
/* Tailwind (arbitrary) */
class="text-[#acd554] bg-[#acd554]"
/* SCSS */
$brand: #acd554;
/* SwiftUI */
Color(red: 0.675, green: 0.835, blue: 0.329)
/* Android */
Color.parseColor("#acd554")Accessibility — WCAG contrast
Aa
#acd554 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd554 on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green83.5%
Blue32.9%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow60.6%
Key (black)16.5%
Color previews
#acd554 text on a black background
contrast 12.40:1
Card sample
#acd554 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd554;
Background color
Panel with #acd554 background
background-color: #acd554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 213, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 213, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd554; background: linear-gradient(135deg, #acd554, #56D554);