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