#786f2f
a dark, soft yellow · cool · closest name: olive
RGB
120, 111, 47
HSL
53°, 44%, 33%
CMYK
0, 8, 61, 53
Luminance
0.1557
Every format
| HEX | #786f2f |
| RGB | rgb(120, 111, 47) |
| HSL | hsl(53, 44%, 33%) |
| CMYK | cmyk(0%, 8%, 61%, 53%) |
| LAB | lab(46.4 -5.3 36.2) |
| LCH | lch(46.4 36.5 98.3) |
| OKLCH | oklch(0.536 0.085 101.4) |
Copy-ready code
/* CSS */
color: #786f2f;
background-color: #786f2f;
/* Tailwind (arbitrary) */
class="text-[#786f2f] bg-[#786f2f]"
/* SCSS */
$brand: #786f2f;
/* SwiftUI */
Color(red: 0.471, green: 0.435, blue: 0.184)
/* Android */
Color.parseColor("#786f2f")Accessibility — WCAG contrast
Aa
#786f2f on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#786f2f on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green43.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow60.8%
Key (black)52.9%
Color previews
#786f2f text on a black background
contrast 4.11:1
Card sample
#786f2f text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #786f2f;
Background color
Panel with #786f2f background
background-color: #786f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #786f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 111, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 111, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #786f2f; background: linear-gradient(135deg, #786f2f, #50782F);