#745310
a dark, electric yellow · warm · closest name: sienna
RGB
116, 83, 16
HSL
40°, 76%, 26%
CMYK
0, 28, 86, 55
Luminance
0.0994
Every format
| HEX | #745310 |
| RGB | rgb(116, 83, 16) |
| HSL | hsl(40, 76%, 26%) |
| CMYK | cmyk(0%, 28%, 86%, 55%) |
| LAB | lab(37.7 7.5 41.1) |
| LCH | lch(37.7 41.8 79.7) |
| OKLCH | oklch(0.466 0.090 79.6) |
Copy-ready code
/* CSS */
color: #745310;
background-color: #745310;
/* Tailwind (arbitrary) */
class="text-[#745310] bg-[#745310]"
/* SCSS */
$brand: #745310;
/* SwiftUI */
Color(red: 0.455, green: 0.325, blue: 0.063)
/* Android */
Color.parseColor("#745310")Accessibility — WCAG contrast
Aa
#745310 on white: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#745310 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green32.5%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta28.4%
Yellow86.2%
Key (black)54.5%
Color previews
#745310 text on a black background
contrast 2.99:1
Card sample
#745310 text on a white background
contrast 7.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #745310;
Background color
Panel with #745310 background
background-color: #745310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #745310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 83, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 83, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #745310; background: linear-gradient(135deg, #745310, #527410);