#5b3821
a deep, vivid orange · warm · closest name: sienna
RGB
91, 56, 33
HSL
24°, 47%, 24%
CMYK
0, 39, 64, 64
Luminance
0.0516
Every format
| HEX | #5b3821 |
| RGB | rgb(91, 56, 33) |
| HSL | hsl(24, 47%, 24%) |
| CMYK | cmyk(0%, 39%, 64%, 64%) |
| LAB | lab(27.2 12.9 20.7) |
| LCH | lch(27.2 24.4 58.0) |
| OKLCH | oklch(0.377 0.061 53.1) |
Copy-ready code
/* CSS */
color: #5b3821;
background-color: #5b3821;
/* Tailwind (arbitrary) */
class="text-[#5b3821] bg-[#5b3821]"
/* SCSS */
$brand: #5b3821;
/* SwiftUI */
Color(red: 0.357, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#5b3821")Accessibility — WCAG contrast
Aa
#5b3821 on white: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b3821 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.5%
Yellow63.7%
Key (black)64.3%
Color previews
#5b3821 text on a black background
contrast 2.03:1
Card sample
#5b3821 text on a white background
contrast 10.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b3821;
Background color
Panel with #5b3821 background
background-color: #5b3821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b3821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b3821; background: linear-gradient(135deg, #5b3821, #575B21);