#8c7724
a dark, vivid yellow · cool · closest name: olive
RGB
140, 119, 36
HSL
48°, 59%, 35%
CMYK
0, 15, 74, 45
Luminance
0.1890
Every format
| HEX | #8c7724 |
| RGB | rgb(140, 119, 36) |
| HSL | hsl(48, 59%, 35%) |
| CMYK | cmyk(0%, 15%, 74%, 45%) |
| LAB | lab(50.6 -1.2 46.2) |
| LCH | lch(50.6 46.3 91.5) |
| OKLCH | oklch(0.574 0.103 94.4) |
Copy-ready code
/* CSS */
color: #8c7724;
background-color: #8c7724;
/* Tailwind (arbitrary) */
class="text-[#8c7724] bg-[#8c7724]"
/* SCSS */
$brand: #8c7724;
/* SwiftUI */
Color(red: 0.549, green: 0.467, blue: 0.141)
/* Android */
Color.parseColor("#8c7724")Accessibility — WCAG contrast
Aa
#8c7724 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c7724 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green46.7%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow74.3%
Key (black)45.1%
Color previews
#8c7724 text on a black background
contrast 4.78:1
Card sample
#8c7724 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c7724;
Background color
Panel with #8c7724 background
background-color: #8c7724;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c7724;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 119, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 119, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c7724; background: linear-gradient(135deg, #8c7724, #5C8C24);