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