#884821
a dark, vivid orange · warm · closest name: sienna
RGB
136, 72, 33
HSL
23°, 61%, 33%
CMYK
0, 47, 76, 47
Luminance
0.0998
Every format
| HEX | #884821 |
| RGB | rgb(136, 72, 33) |
| HSL | hsl(23, 61%, 33%) |
| CMYK | cmyk(0%, 47%, 76%, 47%) |
| LAB | lab(37.8 24.0 34.5) |
| LCH | lch(37.8 42.0 55.2) |
| OKLCH | oklch(0.473 0.101 49.5) |
Copy-ready code
/* CSS */
color: #884821;
background-color: #884821;
/* Tailwind (arbitrary) */
class="text-[#884821] bg-[#884821]"
/* SCSS */
$brand: #884821;
/* SwiftUI */
Color(red: 0.533, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#884821")Accessibility — WCAG contrast
Aa
#884821 on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#884821 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow75.7%
Key (black)46.7%
Color previews
#884821 text on a black background
contrast 3.00:1
Card sample
#884821 text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #884821;
Background color
Panel with #884821 background
background-color: #884821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #884821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #884821; background: linear-gradient(135deg, #884821, #838821);