#883421
a dark, vivid red · warm · closest name: sienna
RGB
136, 52, 33
HSL
11°, 61%, 33%
CMYK
0, 62, 76, 47
Luminance
0.0780
Every format
| HEX | #883421 |
| RGB | rgb(136, 52, 33) |
| HSL | hsl(11, 61%, 33%) |
| CMYK | cmyk(0%, 62%, 76%, 47%) |
| LAB | lab(33.6 34.8 29.9) |
| LCH | lch(33.6 45.9 40.7) |
| OKLCH | oklch(0.441 0.120 34.2) |
Copy-ready code
/* CSS */
color: #883421;
background-color: #883421;
/* Tailwind (arbitrary) */
class="text-[#883421] bg-[#883421]"
/* SCSS */
$brand: #883421;
/* SwiftUI */
Color(red: 0.533, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#883421")Accessibility — WCAG contrast
Aa
#883421 on white: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#883421 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.8%
Yellow75.7%
Key (black)46.7%
Color previews
#883421 text on a black background
contrast 2.56:1
Card sample
#883421 text on a white background
contrast 8.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #883421;
Background color
Panel with #883421 background
background-color: #883421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #883421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #883421; background: linear-gradient(135deg, #883421, #887921);