#acdf56
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 223, 86
HSL
82°, 68%, 61%
CMYK
23, 0, 61, 13
Luminance
0.6222
Every format
| HEX | #acdf56 |
| RGB | rgb(172, 223, 86) |
| HSL | hsl(82, 68%, 61%) |
| CMYK | cmyk(23%, 0%, 61%, 13%) |
| LAB | lab(83.0 -36.9 60.1) |
| LCH | lch(83.0 70.5 121.6) |
| OKLCH | oklch(0.841 0.174 127.1) |
Copy-ready code
/* CSS */
color: #acdf56;
background-color: #acdf56;
/* Tailwind (arbitrary) */
class="text-[#acdf56] bg-[#acdf56]"
/* SCSS */
$brand: #acdf56;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.337)
/* Android */
Color.parseColor("#acdf56")Accessibility — WCAG contrast
Aa
#acdf56 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdf56 on black: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue33.7%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow61.4%
Key (black)12.5%
Color previews
#acdf56 text on a black background
contrast 13.44:1
Card sample
#acdf56 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdf56;
Background color
Panel with #acdf56 background
background-color: #acdf56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdf56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdf56; background: linear-gradient(135deg, #acdf56, #56DF5B);