#746310
a dark, electric yellow · cool · closest name: olive
RGB
116, 99, 16
HSL
50°, 76%, 26%
CMYK
0, 15, 86, 55
Luminance
0.1267
Every format
| HEX | #746310 |
| RGB | rgb(116, 99, 16) |
| HSL | hsl(50, 76%, 26%) |
| CMYK | cmyk(0%, 15%, 86%, 55%) |
| LAB | lab(42.3 -2.0 45.0) |
| LCH | lch(42.3 45.1 92.6) |
| OKLCH | oklch(0.502 0.097 96.4) |
Copy-ready code
/* CSS */
color: #746310;
background-color: #746310;
/* Tailwind (arbitrary) */
class="text-[#746310] bg-[#746310]"
/* SCSS */
$brand: #746310;
/* SwiftUI */
Color(red: 0.455, green: 0.388, blue: 0.063)
/* Android */
Color.parseColor("#746310")Accessibility — WCAG contrast
Aa
#746310 on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#746310 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green38.8%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow86.2%
Key (black)54.5%
Color previews
#746310 text on a black background
contrast 3.53:1
Card sample
#746310 text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #746310;
Background color
Panel with #746310 background
background-color: #746310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #746310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 99, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 99, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #746310; background: linear-gradient(135deg, #746310, #427410);