#acdf4e
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 223, 78
HSL
81°, 69%, 59%
CMYK
23, 0, 65, 13
Luminance
0.6210
Every format
| HEX | #acdf4e |
| RGB | rgb(172, 223, 78) |
| HSL | hsl(81, 69%, 59%) |
| CMYK | cmyk(23%, 0%, 65%, 13%) |
| LAB | lab(83.0 -37.5 63.3) |
| LCH | lch(83.0 73.6 120.7) |
| OKLCH | oklch(0.840 0.180 126.6) |
Copy-ready code
/* CSS */
color: #acdf4e;
background-color: #acdf4e;
/* Tailwind (arbitrary) */
class="text-[#acdf4e] bg-[#acdf4e]"
/* SCSS */
$brand: #acdf4e;
/* SwiftUI */
Color(red: 0.675, green: 0.875, blue: 0.306)
/* Android */
Color.parseColor("#acdf4e")Accessibility — WCAG contrast
Aa
#acdf4e on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acdf4e on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green87.5%
Blue30.6%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow65.0%
Key (black)12.5%
Color previews
#acdf4e text on a black background
contrast 13.42:1
Card sample
#acdf4e text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acdf4e;
Background color
Panel with #acdf4e background
background-color: #acdf4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acdf4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 223, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 223, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acdf4e; background: linear-gradient(135deg, #acdf4e, #4EDF51);