#8c6f07
a dark, electric yellow · cool · closest name: olive
RGB
140, 111, 7
HSL
47°, 91%, 29%
CMYK
0, 21, 95, 45
Luminance
0.1696
Every format
| HEX | #8c6f07 |
| RGB | rgb(140, 111, 7) |
| HSL | hsl(47, 91%, 29%) |
| CMYK | cmyk(0%, 21%, 95%, 45%) |
| LAB | lab(48.2 2.4 53.1) |
| LCH | lch(48.2 53.1 87.4) |
| OKLCH | oklch(0.554 0.111 90.1) |
Copy-ready code
/* CSS */
color: #8c6f07;
background-color: #8c6f07;
/* Tailwind (arbitrary) */
class="text-[#8c6f07] bg-[#8c6f07]"
/* SCSS */
$brand: #8c6f07;
/* SwiftUI */
Color(red: 0.549, green: 0.435, blue: 0.027)
/* Android */
Color.parseColor("#8c6f07")Accessibility — WCAG contrast
Aa
#8c6f07 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c6f07 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green43.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow95.0%
Key (black)45.1%
Color previews
#8c6f07 text on a black background
contrast 4.39:1
Card sample
#8c6f07 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c6f07;
Background color
Panel with #8c6f07 background
background-color: #8c6f07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c6f07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 111, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 111, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c6f07; background: linear-gradient(135deg, #8c6f07, #508C07);