#886321
a dark, vivid orange · warm · closest name: sienna
RGB
136, 99, 33
HSL
38°, 61%, 33%
CMYK
0, 27, 76, 47
Luminance
0.1427
Every format
| HEX | #886321 |
| RGB | rgb(136, 99, 33) |
| HSL | hsl(38, 61%, 33%) |
| CMYK | cmyk(0%, 27%, 76%, 47%) |
| LAB | lab(44.6 8.3 41.5) |
| LCH | lch(44.6 42.3 78.7) |
| OKLCH | oklch(0.526 0.094 78.2) |
Copy-ready code
/* CSS */
color: #886321;
background-color: #886321;
/* Tailwind (arbitrary) */
class="text-[#886321] bg-[#886321]"
/* SCSS */
$brand: #886321;
/* SwiftUI */
Color(red: 0.533, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#886321")Accessibility — WCAG contrast
Aa
#886321 on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#886321 on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green38.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow75.7%
Key (black)46.7%
Color previews
#886321 text on a black background
contrast 3.85:1
Card sample
#886321 text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #886321;
Background color
Panel with #886321 background
background-color: #886321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #886321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #886321; background: linear-gradient(135deg, #886321, #688821);