#8cac2c
a dark, vivid green · cool · closest name: olivedrab
RGB
140, 172, 44
HSL
75°, 59%, 42%
CMYK
19, 0, 74, 33
Luminance
0.3526
Every format
| HEX | #8cac2c |
| RGB | rgb(140, 172, 44) |
| HSL | hsl(75, 59%, 42%) |
| CMYK | cmyk(19%, 0%, 74%, 33%) |
| LAB | lab(66.0 -28.6 58.2) |
| LCH | lch(66.0 64.8 116.2) |
| OKLCH | oklch(0.697 0.154 122.9) |
Copy-ready code
/* CSS */
color: #8cac2c;
background-color: #8cac2c;
/* Tailwind (arbitrary) */
class="text-[#8cac2c] bg-[#8cac2c]"
/* SCSS */
$brand: #8cac2c;
/* SwiftUI */
Color(red: 0.549, green: 0.675, blue: 0.173)
/* Android */
Color.parseColor("#8cac2c")Accessibility — WCAG contrast
Aa
#8cac2c on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cac2c on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green67.5%
Blue17.3%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow74.4%
Key (black)32.5%
Color previews
#8cac2c text on a black background
contrast 8.05:1
Card sample
#8cac2c text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cac2c;
Background color
Panel with #8cac2c background
background-color: #8cac2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cac2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 172, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 172, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cac2c; background: linear-gradient(135deg, #8cac2c, #37AC2C);