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