#884f33
a dark, vivid orange · warm · closest name: sienna
RGB
136, 79, 51
HSL
20°, 46%, 37%
CMYK
0, 42, 63, 47
Luminance
0.1107
Every format
| HEX | #884f33 |
| RGB | rgb(136, 79, 51) |
| HSL | hsl(20, 46%, 37%) |
| CMYK | cmyk(0%, 42%, 63%, 47%) |
| LAB | lab(39.7 21.1 26.6) |
| LCH | lch(39.7 34.0 51.5) |
| OKLCH | oklch(0.488 0.087 46.2) |
Copy-ready code
/* CSS */
color: #884f33;
background-color: #884f33;
/* Tailwind (arbitrary) */
class="text-[#884f33] bg-[#884f33]"
/* SCSS */
$brand: #884f33;
/* SwiftUI */
Color(red: 0.533, green: 0.310, blue: 0.200)
/* Android */
Color.parseColor("#884f33")Accessibility — WCAG contrast
Aa
#884f33 on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#884f33 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green31.0%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow62.5%
Key (black)46.7%
Color previews
#884f33 text on a black background
contrast 3.21:1
Card sample
#884f33 text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #884f33;
Background color
Panel with #884f33 background
background-color: #884f33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #884f33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 79, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 79, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #884f33; background: linear-gradient(135deg, #884f33, #888833);