#884422
a dark, vivid orange · warm · closest name: sienna
RGB
136, 68, 34
HSL
20°, 60%, 33%
CMYK
0, 50, 75, 47
Luminance
0.0948
Every format
| HEX | #884422 |
| RGB | rgb(136, 68, 34) |
| HSL | hsl(20, 60%, 33%) |
| CMYK | cmyk(0%, 50%, 75%, 47%) |
| LAB | lab(36.9 26.3 33.0) |
| LCH | lch(36.9 42.2 51.4) |
| OKLCH | oklch(0.466 0.104 45.4) |
Copy-ready code
/* CSS */
color: #884422;
background-color: #884422;
/* Tailwind (arbitrary) */
class="text-[#884422] bg-[#884422]"
/* SCSS */
$brand: #884422;
/* SwiftUI */
Color(red: 0.533, green: 0.267, blue: 0.133)
/* Android */
Color.parseColor("#884422")Accessibility — WCAG contrast
Aa
#884422 on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#884422 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green26.7%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow75.0%
Key (black)46.7%
Color previews
#884422 text on a black background
contrast 2.90:1
Card sample
#884422 text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #884422;
Background color
Panel with #884422 background
background-color: #884422;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #884422;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 68, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 68, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #884422; background: linear-gradient(135deg, #884422, #888822);