#8c8c40
a dark, soft yellow · cool · closest name: olive
RGB
140, 140, 64
HSL
60°, 37%, 40%
CMYK
0, 0, 54, 45
Luminance
0.2470
Every format
| HEX | #8c8c40 |
| RGB | rgb(140, 140, 64) |
| HSL | hsl(60, 37%, 40%) |
| CMYK | cmyk(0%, 0%, 54%, 45%) |
| LAB | lab(56.8 -10.9 40.0) |
| LCH | lch(56.8 41.5 105.2) |
| OKLCH | oklch(0.624 0.099 109.0) |
Copy-ready code
/* CSS */
color: #8c8c40;
background-color: #8c8c40;
/* Tailwind (arbitrary) */
class="text-[#8c8c40] bg-[#8c8c40]"
/* SCSS */
$brand: #8c8c40;
/* SwiftUI */
Color(red: 0.549, green: 0.549, blue: 0.251)
/* Android */
Color.parseColor("#8c8c40")Accessibility — WCAG contrast
Aa
#8c8c40 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c8c40 on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green54.9%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow54.3%
Key (black)45.1%
Color previews
#8c8c40 text on a black background
contrast 5.94:1
Card sample
#8c8c40 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c8c40;
Background color
Panel with #8c8c40 background
background-color: #8c8c40;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c8c40;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 140, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 140, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c8c40; background: linear-gradient(135deg, #8c8c40, #598C40);