#5c4700
a deep, electric yellow · cool · closest name: sienna
RGB
92, 71, 0
HSL
46°, 100%, 18%
CMYK
0, 23, 100, 64
Luminance
0.0678
Every format
| HEX | #5c4700 |
| RGB | rgb(92, 71, 0) |
| HSL | hsl(46, 100%, 18%) |
| CMYK | cmyk(0%, 23%, 100%, 64%) |
| LAB | lab(31.3 2.3 40.3) |
| LCH | lch(31.3 40.3 86.7) |
| OKLCH | oklch(0.409 0.084 89.3) |
Copy-ready code
/* CSS */
color: #5c4700;
background-color: #5c4700;
/* Tailwind (arbitrary) */
class="text-[#5c4700] bg-[#5c4700]"
/* SCSS */
$brand: #5c4700;
/* SwiftUI */
Color(red: 0.361, green: 0.278, blue: 0.000)
/* Android */
Color.parseColor("#5c4700")Accessibility — WCAG contrast
Aa
#5c4700 on white: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c4700 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green27.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow100.0%
Key (black)63.9%
Color previews
#5c4700 text on a black background
contrast 2.36:1
Card sample
#5c4700 text on a white background
contrast 8.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c4700;
Background color
Panel with #5c4700 background
background-color: #5c4700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c4700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 71, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 71, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c4700; background: linear-gradient(135deg, #5c4700, #345C00);