#786321
a dark, vivid yellow · cool · closest name: olive
RGB
120, 99, 33
HSL
46°, 57%, 30%
CMYK
0, 18, 73, 53
Luminance
0.1303
Every format
| HEX | #786321 |
| RGB | rgb(120, 99, 33) |
| HSL | hsl(46, 57%, 30%) |
| CMYK | cmyk(0%, 18%, 73%, 53%) |
| LAB | lab(42.8 0.7 39.1) |
| LCH | lch(42.8 39.1 89.0) |
| OKLCH | oklch(0.507 0.087 91.0) |
Copy-ready code
/* CSS */
color: #786321;
background-color: #786321;
/* Tailwind (arbitrary) */
class="text-[#786321] bg-[#786321]"
/* SCSS */
$brand: #786321;
/* SwiftUI */
Color(red: 0.471, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#786321")Accessibility — WCAG contrast
Aa
#786321 on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#786321 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green38.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow72.5%
Key (black)52.9%
Color previews
#786321 text on a black background
contrast 3.61:1
Card sample
#786321 text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #786321;
Background color
Panel with #786321 background
background-color: #786321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #786321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #786321; background: linear-gradient(135deg, #786321, #537821);