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