#8c764c
a dark, soft orange · warm · closest name: tan
RGB
140, 118, 76
HSL
39°, 30%, 42%
CMYK
0, 16, 46, 45
Luminance
0.1905
Every format
| HEX | #8c764c |
| RGB | rgb(140, 118, 76) |
| HSL | hsl(39, 30%, 42%) |
| CMYK | cmyk(0%, 16%, 46%, 45%) |
| LAB | lab(50.8 2.6 26.3) |
| LCH | lch(50.8 26.4 84.4) |
| OKLCH | oklch(0.576 0.065 82.9) |
Copy-ready code
/* CSS */
color: #8c764c;
background-color: #8c764c;
/* Tailwind (arbitrary) */
class="text-[#8c764c] bg-[#8c764c]"
/* SCSS */
$brand: #8c764c;
/* SwiftUI */
Color(red: 0.549, green: 0.463, blue: 0.298)
/* Android */
Color.parseColor("#8c764c")Accessibility — WCAG contrast
Aa
#8c764c on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c764c on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green46.3%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow45.7%
Key (black)45.1%
Color previews
#8c764c text on a black background
contrast 4.81:1
Card sample
#8c764c text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c764c;
Background color
Panel with #8c764c background
background-color: #8c764c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c764c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 118, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 118, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c764c; background: linear-gradient(135deg, #8c764c, #778C4C);