#5a360d
a deep, vivid orange · warm · closest name: sienna
RGB
90, 54, 13
HSL
32°, 75%, 20%
CMYK
0, 40, 86, 65
Luminance
0.0484
Every format
| HEX | #5a360d |
| RGB | rgb(90, 54, 13) |
| HSL | hsl(32, 75%, 20%) |
| CMYK | cmyk(0%, 40%, 86%, 65%) |
| LAB | lab(26.3 12.4 30.7) |
| LCH | lch(26.3 33.2 68.0) |
| OKLCH | oklch(0.369 0.074 64.4) |
Copy-ready code
/* CSS */
color: #5a360d;
background-color: #5a360d;
/* Tailwind (arbitrary) */
class="text-[#5a360d] bg-[#5a360d]"
/* SCSS */
$brand: #5a360d;
/* SwiftUI */
Color(red: 0.353, green: 0.212, blue: 0.051)
/* Android */
Color.parseColor("#5a360d")Accessibility — WCAG contrast
Aa
#5a360d on white: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5a360d on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green21.2%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow85.6%
Key (black)64.7%
Color previews
#5a360d text on a black background
contrast 1.97:1
Card sample
#5a360d text on a white background
contrast 10.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a360d;
Background color
Panel with #5a360d background
background-color: #5a360d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a360d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 54, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 54, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a360d; background: linear-gradient(135deg, #5a360d, #4B5A0D);