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