#736b13
a dark, vivid yellow · cool · closest name: olive
RGB
115, 107, 19
HSL
55°, 72%, 26%
CMYK
0, 7, 84, 55
Luminance
0.1421
Every format
| HEX | #736b13 |
| RGB | rgb(115, 107, 19) |
| HSL | hsl(55, 72%, 26%) |
| CMYK | cmyk(0%, 7%, 84%, 55%) |
| LAB | lab(44.5 -7.0 46.0) |
| LCH | lch(44.5 46.5 98.6) |
| OKLCH | oklch(0.519 0.103 103.9) |
Copy-ready code
/* CSS */
color: #736b13;
background-color: #736b13;
/* Tailwind (arbitrary) */
class="text-[#736b13] bg-[#736b13]"
/* SCSS */
$brand: #736b13;
/* SwiftUI */
Color(red: 0.451, green: 0.420, blue: 0.075)
/* Android */
Color.parseColor("#736b13")Accessibility — WCAG contrast
Aa
#736b13 on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#736b13 on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green42.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow83.5%
Key (black)54.9%
Color previews
#736b13 text on a black background
contrast 3.84:1
Card sample
#736b13 text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #736b13;
Background color
Panel with #736b13 background
background-color: #736b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #736b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 107, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 107, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #736b13; background: linear-gradient(135deg, #736b13, #3B7313);