#8d7e3f
a dark, soft yellow · cool · closest name: olive
RGB
141, 126, 63
HSL
49°, 38%, 40%
CMYK
0, 11, 55, 45
Luminance
0.2094
Every format
| HEX | #8d7e3f |
| RGB | rgb(141, 126, 63) |
| HSL | hsl(49, 38%, 40%) |
| CMYK | cmyk(0%, 11%, 55%, 45%) |
| LAB | lab(52.9 -2.8 36.0) |
| LCH | lch(52.9 36.1 94.5) |
| OKLCH | oklch(0.593 0.085 96.2) |
Copy-ready code
/* CSS */
color: #8d7e3f;
background-color: #8d7e3f;
/* Tailwind (arbitrary) */
class="text-[#8d7e3f] bg-[#8d7e3f]"
/* SCSS */
$brand: #8d7e3f;
/* SwiftUI */
Color(red: 0.553, green: 0.494, blue: 0.247)
/* Android */
Color.parseColor("#8d7e3f")Accessibility — WCAG contrast
Aa
#8d7e3f on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8d7e3f on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green49.4%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow55.3%
Key (black)44.7%
Color previews
#8d7e3f text on a black background
contrast 5.19:1
Card sample
#8d7e3f text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8d7e3f;
Background color
Panel with #8d7e3f background
background-color: #8d7e3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8d7e3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 126, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 126, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8d7e3f; background: linear-gradient(135deg, #8d7e3f, #688D3F);