#786021
a dark, vivid yellow · warm · closest name: olive
RGB
120, 96, 33
HSL
43°, 57%, 30%
CMYK
0, 20, 73, 53
Luminance
0.1247
Every format
| HEX | #786021 |
| RGB | rgb(120, 96, 33) |
| HSL | hsl(43, 57%, 30%) |
| CMYK | cmyk(0%, 20%, 73%, 53%) |
| LAB | lab(42.0 2.5 38.2) |
| LCH | lch(42.0 38.3 86.3) |
| OKLCH | oklch(0.500 0.086 87.6) |
Copy-ready code
/* CSS */
color: #786021;
background-color: #786021;
/* Tailwind (arbitrary) */
class="text-[#786021] bg-[#786021]"
/* SCSS */
$brand: #786021;
/* SwiftUI */
Color(red: 0.471, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#786021")Accessibility — WCAG contrast
Aa
#786021 on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#786021 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow72.5%
Key (black)52.9%
Color previews
#786021 text on a black background
contrast 3.49:1
Card sample
#786021 text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #786021;
Background color
Panel with #786021 background
background-color: #786021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #786021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #786021; background: linear-gradient(135deg, #786021, #567821);