#883821
a dark, vivid red · warm · closest name: sienna
RGB
136, 56, 33
HSL
13°, 61%, 33%
CMYK
0, 59, 76, 47
Luminance
0.0817
Every format
| HEX | #883821 |
| RGB | rgb(136, 56, 33) |
| HSL | hsl(13, 61%, 33%) |
| CMYK | cmyk(0%, 59%, 76%, 47%) |
| LAB | lab(34.3 32.7 30.8) |
| LCH | lch(34.3 44.9 43.2) |
| OKLCH | oklch(0.446 0.116 36.7) |
Copy-ready code
/* CSS */
color: #883821;
background-color: #883821;
/* Tailwind (arbitrary) */
class="text-[#883821] bg-[#883821]"
/* SCSS */
$brand: #883821;
/* SwiftUI */
Color(red: 0.533, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#883821")Accessibility — WCAG contrast
Aa
#883821 on white: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#883821 on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.8%
Yellow75.7%
Key (black)46.7%
Color previews
#883821 text on a black background
contrast 2.63:1
Card sample
#883821 text on a white background
contrast 7.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #883821;
Background color
Panel with #883821 background
background-color: #883821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #883821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #883821; background: linear-gradient(135deg, #883821, #887C21);