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