#acd944
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 217, 68
HSL
78°, 66%, 56%
CMYK
21, 0, 69, 15
Luminance
0.5881
Every format
| HEX | #acd944 |
| RGB | rgb(172, 217, 68) |
| HSL | hsl(78, 66%, 56%) |
| CMYK | cmyk(21%, 0%, 69%, 15%) |
| LAB | lab(81.2 -35.5 65.3) |
| LCH | lch(81.2 74.3 118.5) |
| OKLCH | oklch(0.826 0.179 124.8) |
Copy-ready code
/* CSS */
color: #acd944;
background-color: #acd944;
/* Tailwind (arbitrary) */
class="text-[#acd944] bg-[#acd944]"
/* SCSS */
$brand: #acd944;
/* SwiftUI */
Color(red: 0.675, green: 0.851, blue: 0.267)
/* Android */
Color.parseColor("#acd944")Accessibility — WCAG contrast
Aa
#acd944 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd944 on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green85.1%
Blue26.7%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow68.7%
Key (black)14.9%
Color previews
#acd944 text on a black background
contrast 12.76:1
Card sample
#acd944 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd944;
Background color
Panel with #acd944 background
background-color: #acd944;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd944;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 217, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 217, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd944; background: linear-gradient(135deg, #acd944, #49D944);