#786b43
a dark, soft yellow · cool · closest name: gray
RGB
120, 107, 67
HSL
45°, 28%, 37%
CMYK
0, 11, 44, 53
Luminance
0.1491
Every format
| HEX | #786b43 |
| RGB | rgb(120, 107, 67) |
| HSL | hsl(45, 28%, 37%) |
| CMYK | cmyk(0%, 11%, 44%, 53%) |
| LAB | lab(45.5 -1.0 24.3) |
| LCH | lch(45.5 24.3 92.3) |
| OKLCH | oklch(0.530 0.059 92.1) |
Copy-ready code
/* CSS */
color: #786b43;
background-color: #786b43;
/* Tailwind (arbitrary) */
class="text-[#786b43] bg-[#786b43]"
/* SCSS */
$brand: #786b43;
/* SwiftUI */
Color(red: 0.471, green: 0.420, blue: 0.263)
/* Android */
Color.parseColor("#786b43")Accessibility — WCAG contrast
Aa
#786b43 on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#786b43 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green42.0%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow44.2%
Key (black)52.9%
Color previews
#786b43 text on a black background
contrast 3.98:1
Card sample
#786b43 text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #786b43;
Background color
Panel with #786b43 background
background-color: #786b43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #786b43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 107, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 107, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #786b43; background: linear-gradient(135deg, #786b43, #627843);