#8c8473
a balanced, muted yellow · warm · closest name: gray
RGB
140, 132, 115
HSL
41°, 10%, 50%
CMYK
0, 6, 18, 45
Luminance
0.2332
Every format
| HEX | #8c8473 |
| RGB | rgb(140, 132, 115) |
| HSL | hsl(41, 10%, 50%) |
| CMYK | cmyk(0%, 6%, 18%, 45%) |
| LAB | lab(55.4 0.0 10.3) |
| LCH | lch(55.4 10.3 90.0) |
| OKLCH | oklch(0.616 0.027 85.8) |
Copy-ready code
/* CSS */
color: #8c8473;
background-color: #8c8473;
/* Tailwind (arbitrary) */
class="text-[#8c8473] bg-[#8c8473]"
/* SCSS */
$brand: #8c8473;
/* SwiftUI */
Color(red: 0.549, green: 0.518, blue: 0.451)
/* Android */
Color.parseColor("#8c8473")Accessibility — WCAG contrast
Aa
#8c8473 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8c8473 on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green51.8%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta5.7%
Yellow17.9%
Key (black)45.1%
Color previews
#8c8473 text on a black background
contrast 5.66:1
Card sample
#8c8473 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c8473;
Background color
Panel with #8c8473 background
background-color: #8c8473;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c8473;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 132, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 132, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c8473; background: linear-gradient(135deg, #8c8473, #838C73);