#8c8024
a dark, vivid yellow · cool · closest name: olive
RGB
140, 128, 36
HSL
53°, 59%, 35%
CMYK
0, 9, 74, 45
Luminance
0.2114
Every format
| HEX | #8c8024 |
| RGB | rgb(140, 128, 36) |
| HSL | hsl(53, 59%, 35%) |
| CMYK | cmyk(0%, 9%, 74%, 45%) |
| LAB | lab(53.1 -6.3 48.7) |
| LCH | lch(53.1 49.1 97.3) |
| OKLCH | oklch(0.594 0.110 101.7) |
Copy-ready code
/* CSS */
color: #8c8024;
background-color: #8c8024;
/* Tailwind (arbitrary) */
class="text-[#8c8024] bg-[#8c8024]"
/* SCSS */
$brand: #8c8024;
/* SwiftUI */
Color(red: 0.549, green: 0.502, blue: 0.141)
/* Android */
Color.parseColor("#8c8024")Accessibility — WCAG contrast
Aa
#8c8024 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c8024 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green50.2%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow74.3%
Key (black)45.1%
Color previews
#8c8024 text on a black background
contrast 5.23:1
Card sample
#8c8024 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c8024;
Background color
Panel with #8c8024 background
background-color: #8c8024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c8024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 128, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 128, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c8024; background: linear-gradient(135deg, #8c8024, #538C24);