#acd039
a balanced, vivid green · cool · closest name: olivedrab
RGB
172, 208, 57
HSL
74°, 62%, 52%
CMYK
17, 0, 73, 18
Luminance
0.5418
Every format
| HEX | #acd039 |
| RGB | rgb(172, 208, 57) |
| HSL | hsl(74, 62%, 52%) |
| CMYK | cmyk(17%, 0%, 73%, 18%) |
| LAB | lab(78.6 -31.9 66.6) |
| LCH | lch(78.6 73.9 115.6) |
| OKLCH | oklch(0.804 0.175 122.3) |
Copy-ready code
/* CSS */
color: #acd039;
background-color: #acd039;
/* Tailwind (arbitrary) */
class="text-[#acd039] bg-[#acd039]"
/* SCSS */
$brand: #acd039;
/* SwiftUI */
Color(red: 0.675, green: 0.816, blue: 0.224)
/* Android */
Color.parseColor("#acd039")Accessibility — WCAG contrast
Aa
#acd039 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd039 on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green81.6%
Blue22.4%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow72.6%
Key (black)18.4%
Color previews
#acd039 text on a black background
contrast 11.84:1
Card sample
#acd039 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd039;
Background color
Panel with #acd039 background
background-color: #acd039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 208, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 208, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd039; background: linear-gradient(135deg, #acd039, #48D039);