#8cac3f
a balanced, vivid green · cool · closest name: olivedrab
RGB
140, 172, 63
HSL
78°, 46%, 46%
CMYK
19, 0, 63, 33
Luminance
0.3544
Every format
| HEX | #8cac3f |
| RGB | rgb(140, 172, 63) |
| HSL | hsl(78, 46%, 46%) |
| CMYK | cmyk(19%, 0%, 63%, 33%) |
| LAB | lab(66.1 -27.3 50.9) |
| LCH | lch(66.1 57.7 118.3) |
| OKLCH | oklch(0.698 0.141 123.9) |
Copy-ready code
/* CSS */
color: #8cac3f;
background-color: #8cac3f;
/* Tailwind (arbitrary) */
class="text-[#8cac3f] bg-[#8cac3f]"
/* SCSS */
$brand: #8cac3f;
/* SwiftUI */
Color(red: 0.549, green: 0.675, blue: 0.247)
/* Android */
Color.parseColor("#8cac3f")Accessibility — WCAG contrast
Aa
#8cac3f on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cac3f on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green67.5%
Blue24.7%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow63.4%
Key (black)32.5%
Color previews
#8cac3f text on a black background
contrast 8.09:1
Card sample
#8cac3f text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cac3f;
Background color
Panel with #8cac3f background
background-color: #8cac3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cac3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 172, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 172, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cac3f; background: linear-gradient(135deg, #8cac3f, #43AC3F);