#acd40c
a dark, electric green · cool · closest name: yellow
RGB
172, 212, 12
HSL
72°, 89%, 44%
CMYK
19, 0, 94, 17
Luminance
0.5588
Every format
| HEX | #acd40c |
| RGB | rgb(172, 212, 12) |
| HSL | hsl(72, 89%, 44%) |
| CMYK | cmyk(19%, 0%, 94%, 17%) |
| LAB | lab(79.5 -35.2 77.6) |
| LCH | lch(79.5 85.2 114.4) |
| OKLCH | oklch(0.812 0.196 122.4) |
Copy-ready code
/* CSS */
color: #acd40c;
background-color: #acd40c;
/* Tailwind (arbitrary) */
class="text-[#acd40c] bg-[#acd40c]"
/* SCSS */
$brand: #acd40c;
/* SwiftUI */
Color(red: 0.675, green: 0.831, blue: 0.047)
/* Android */
Color.parseColor("#acd40c")Accessibility — WCAG contrast
Aa
#acd40c on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd40c on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green83.1%
Blue4.7%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow94.3%
Key (black)16.9%
Color previews
#acd40c text on a black background
contrast 12.18:1
Card sample
#acd40c text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd40c;
Background color
Panel with #acd40c background
background-color: #acd40c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd40c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 212, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 212, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd40c; background: linear-gradient(135deg, #acd40c, #27D40C);