#736021
a dark, vivid yellow · cool · closest name: olive
RGB
115, 96, 33
HSL
46°, 55%, 29%
CMYK
0, 17, 71, 55
Luminance
0.1212
Every format
| HEX | #736021 |
| RGB | rgb(115, 96, 33) |
| HSL | hsl(46, 55%, 29%) |
| CMYK | cmyk(0%, 17%, 71%, 55%) |
| LAB | lab(41.4 0.1 37.5) |
| LCH | lch(41.4 37.5 89.9) |
| OKLCH | oklch(0.495 0.084 92.1) |
Copy-ready code
/* CSS */
color: #736021;
background-color: #736021;
/* Tailwind (arbitrary) */
class="text-[#736021] bg-[#736021]"
/* SCSS */
$brand: #736021;
/* SwiftUI */
Color(red: 0.451, green: 0.376, blue: 0.129)
/* Android */
Color.parseColor("#736021")Accessibility — WCAG contrast
Aa
#736021 on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#736021 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green37.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow71.3%
Key (black)54.9%
Color previews
#736021 text on a black background
contrast 3.42:1
Card sample
#736021 text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #736021;
Background color
Panel with #736021 background
background-color: #736021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #736021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 96, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 96, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #736021; background: linear-gradient(135deg, #736021, #4F7321);