#acd855
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 216, 85
HSL
80°, 63%, 59%
CMYK
20, 0, 61, 15
Luminance
0.5854
Every format
| HEX | #acd855 |
| RGB | rgb(172, 216, 85) |
| HSL | hsl(80, 63%, 59%) |
| CMYK | cmyk(20%, 0%, 61%, 15%) |
| LAB | lab(81.0 -33.8 58.3) |
| LCH | lch(81.0 67.4 120.1) |
| OKLCH | oklch(0.825 0.166 125.6) |
Copy-ready code
/* CSS */
color: #acd855;
background-color: #acd855;
/* Tailwind (arbitrary) */
class="text-[#acd855] bg-[#acd855]"
/* SCSS */
$brand: #acd855;
/* SwiftUI */
Color(red: 0.675, green: 0.847, blue: 0.333)
/* Android */
Color.parseColor("#acd855")Accessibility — WCAG contrast
Aa
#acd855 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd855 on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green84.7%
Blue33.3%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow60.6%
Key (black)15.3%
Color previews
#acd855 text on a black background
contrast 12.71:1
Card sample
#acd855 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd855;
Background color
Panel with #acd855 background
background-color: #acd855;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd855;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 216, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 216, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd855; background: linear-gradient(135deg, #acd855, #55D855);