#8a7a3d
a dark, soft yellow · cool · closest name: olive
RGB
138, 122, 61
HSL
48°, 39%, 39%
CMYK
0, 12, 56, 46
Luminance
0.1966
Every format
| HEX | #8a7a3d |
| RGB | rgb(138, 122, 61) |
| HSL | hsl(48, 39%, 39%) |
| CMYK | cmyk(0%, 12%, 56%, 46%) |
| LAB | lab(51.5 -2.1 35.3) |
| LCH | lch(51.5 35.3 93.4) |
| OKLCH | oklch(0.581 0.083 94.9) |
Copy-ready code
/* CSS */
color: #8a7a3d;
background-color: #8a7a3d;
/* Tailwind (arbitrary) */
class="text-[#8a7a3d] bg-[#8a7a3d]"
/* SCSS */
$brand: #8a7a3d;
/* SwiftUI */
Color(red: 0.541, green: 0.478, blue: 0.239)
/* Android */
Color.parseColor("#8a7a3d")Accessibility — WCAG contrast
Aa
#8a7a3d on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8a7a3d on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green47.8%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow55.8%
Key (black)45.9%
Color previews
#8a7a3d text on a black background
contrast 4.93:1
Card sample
#8a7a3d text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a7a3d;
Background color
Panel with #8a7a3d background
background-color: #8a7a3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a7a3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 122, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 122, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a7a3d; background: linear-gradient(135deg, #8a7a3d, #678A3D);