#5a4607
a deep, electric yellow · cool · closest name: sienna
RGB
90, 70, 7
HSL
46°, 86%, 19%
CMYK
0, 22, 92, 65
Luminance
0.0657
Every format
| HEX | #5a4607 |
| RGB | rgb(90, 70, 7) |
| HSL | hsl(46, 86%, 19%) |
| CMYK | cmyk(0%, 22%, 92%, 65%) |
| LAB | lab(30.8 2.1 37.1) |
| LCH | lch(30.8 37.1 86.7) |
| OKLCH | oklch(0.404 0.079 89.0) |
Copy-ready code
/* CSS */
color: #5a4607;
background-color: #5a4607;
/* Tailwind (arbitrary) */
class="text-[#5a4607] bg-[#5a4607]"
/* SCSS */
$brand: #5a4607;
/* SwiftUI */
Color(red: 0.353, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#5a4607")Accessibility — WCAG contrast
Aa
#5a4607 on white: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5a4607 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green27.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow92.2%
Key (black)64.7%
Color previews
#5a4607 text on a black background
contrast 2.31:1
Card sample
#5a4607 text on a white background
contrast 9.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a4607;
Background color
Panel with #5a4607 background
background-color: #5a4607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a4607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a4607; background: linear-gradient(135deg, #5a4607, #375A07);