#8c730d
a dark, electric yellow · cool · closest name: olive
RGB
140, 115, 13
HSL
48°, 83%, 30%
CMYK
0, 18, 91, 45
Luminance
0.1787
Every format
| HEX | #8c730d |
| RGB | rgb(140, 115, 13) |
| HSL | hsl(48, 83%, 30%) |
| CMYK | cmyk(0%, 18%, 91%, 45%) |
| LAB | lab(49.3 0.2 52.7) |
| LCH | lch(49.3 52.7 89.8) |
| OKLCH | oklch(0.563 0.112 93.1) |
Copy-ready code
/* CSS */
color: #8c730d;
background-color: #8c730d;
/* Tailwind (arbitrary) */
class="text-[#8c730d] bg-[#8c730d]"
/* SCSS */
$brand: #8c730d;
/* SwiftUI */
Color(red: 0.549, green: 0.451, blue: 0.051)
/* Android */
Color.parseColor("#8c730d")Accessibility — WCAG contrast
Aa
#8c730d on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c730d on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green45.1%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow90.7%
Key (black)45.1%
Color previews
#8c730d text on a black background
contrast 4.57:1
Card sample
#8c730d text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c730d;
Background color
Panel with #8c730d background
background-color: #8c730d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c730d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 115, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 115, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c730d; background: linear-gradient(135deg, #8c730d, #508C0D);