#acd44f
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 212, 79
HSL
78°, 61%, 57%
CMYK
19, 0, 63, 17
Luminance
0.5642
Every format
| HEX | #acd44f |
| RGB | rgb(172, 212, 79) |
| HSL | hsl(78, 61%, 57%) |
| CMYK | cmyk(19%, 0%, 63%, 17%) |
| LAB | lab(79.8 -32.4 59.6) |
| LCH | lch(79.8 67.8 118.6) |
| OKLCH | oklch(0.815 0.165 124.3) |
Copy-ready code
/* CSS */
color: #acd44f;
background-color: #acd44f;
/* Tailwind (arbitrary) */
class="text-[#acd44f] bg-[#acd44f]"
/* SCSS */
$brand: #acd44f;
/* SwiftUI */
Color(red: 0.675, green: 0.831, blue: 0.310)
/* Android */
Color.parseColor("#acd44f")Accessibility — WCAG contrast
Aa
#acd44f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd44f on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green83.1%
Blue31.0%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow62.7%
Key (black)16.9%
Color previews
#acd44f text on a black background
contrast 12.28:1
Card sample
#acd44f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd44f;
Background color
Panel with #acd44f background
background-color: #acd44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 212, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 212, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd44f; background: linear-gradient(135deg, #acd44f, #54D44F);