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