#786821
a dark, vivid yellow · cool · closest name: olive
RGB
120, 104, 33
HSL
49°, 57%, 30%
CMYK
0, 13, 73, 53
Luminance
0.1400
Every format
| HEX | #786821 |
| RGB | rgb(120, 104, 33) |
| HSL | hsl(49, 57%, 30%) |
| CMYK | cmyk(0%, 13%, 73%, 53%) |
| LAB | lab(44.2 -2.2 40.5) |
| LCH | lch(44.2 40.6 93.2) |
| OKLCH | oklch(0.519 0.091 96.2) |
Copy-ready code
/* CSS */
color: #786821;
background-color: #786821;
/* Tailwind (arbitrary) */
class="text-[#786821] bg-[#786821]"
/* SCSS */
$brand: #786821;
/* SwiftUI */
Color(red: 0.471, green: 0.408, blue: 0.129)
/* Android */
Color.parseColor("#786821")Accessibility — WCAG contrast
Aa
#786821 on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#786821 on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green40.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow72.5%
Key (black)52.9%
Color previews
#786821 text on a black background
contrast 3.80:1
Card sample
#786821 text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #786821;
Background color
Panel with #786821 background
background-color: #786821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #786821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 104, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 104, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #786821; background: linear-gradient(135deg, #786821, #4E7821);