#78622b
a dark, vivid yellow · warm · closest name: sienna
RGB
120, 98, 43
HSL
43°, 47%, 32%
CMYK
0, 18, 64, 53
Luminance
0.1290
Every format
| HEX | #78622b |
| RGB | rgb(120, 98, 43) |
| HSL | hsl(43, 47%, 32%) |
| CMYK | cmyk(0%, 18%, 64%, 53%) |
| LAB | lab(42.6 1.9 34.0) |
| LCH | lch(42.6 34.0 86.7) |
| OKLCH | oklch(0.506 0.078 87.5) |
Copy-ready code
/* CSS */
color: #78622b;
background-color: #78622b;
/* Tailwind (arbitrary) */
class="text-[#78622b] bg-[#78622b]"
/* SCSS */
$brand: #78622b;
/* SwiftUI */
Color(red: 0.471, green: 0.384, blue: 0.169)
/* Android */
Color.parseColor("#78622b")Accessibility — WCAG contrast
Aa
#78622b on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#78622b on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green38.4%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow64.2%
Key (black)52.9%
Color previews
#78622b text on a black background
contrast 3.58:1
Card sample
#78622b text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78622b;
Background color
Panel with #78622b background
background-color: #78622b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78622b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 98, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 98, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78622b; background: linear-gradient(135deg, #78622b, #5B782B);