#acd74f
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 215, 79
HSL
79°, 63%, 58%
CMYK
20, 0, 63, 16
Luminance
0.5794
Every format
| HEX | #acd74f |
| RGB | rgb(172, 215, 79) |
| HSL | hsl(79, 63%, 58%) |
| CMYK | cmyk(20%, 0%, 63%, 16%) |
| LAB | lab(80.7 -33.8 60.5) |
| LCH | lch(80.7 69.3 119.2) |
| OKLCH | oklch(0.822 0.169 125.0) |
Copy-ready code
/* CSS */
color: #acd74f;
background-color: #acd74f;
/* Tailwind (arbitrary) */
class="text-[#acd74f] bg-[#acd74f]"
/* SCSS */
$brand: #acd74f;
/* SwiftUI */
Color(red: 0.675, green: 0.843, blue: 0.310)
/* Android */
Color.parseColor("#acd74f")Accessibility — WCAG contrast
Aa
#acd74f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd74f on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green84.3%
Blue31.0%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow63.3%
Key (black)15.7%
Color previews
#acd74f text on a black background
contrast 12.59:1
Card sample
#acd74f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd74f;
Background color
Panel with #acd74f background
background-color: #acd74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 215, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 215, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd74f; background: linear-gradient(135deg, #acd74f, #51D74F);