#843321
a dark, vivid red · warm · closest name: sienna
RGB
132, 51, 33
HSL
11°, 60%, 32%
CMYK
0, 61, 75, 48
Luminance
0.0738
Every format
| HEX | #843321 |
| RGB | rgb(132, 51, 33) |
| HSL | hsl(11, 60%, 32%) |
| CMYK | cmyk(0%, 61%, 75%, 48%) |
| LAB | lab(32.7 33.7 28.7) |
| LCH | lch(32.7 44.3 40.4) |
| OKLCH | oklch(0.432 0.116 34.1) |
Copy-ready code
/* CSS */
color: #843321;
background-color: #843321;
/* Tailwind (arbitrary) */
class="text-[#843321] bg-[#843321]"
/* SCSS */
$brand: #843321;
/* SwiftUI */
Color(red: 0.518, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#843321")Accessibility — WCAG contrast
Aa
#843321 on white: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#843321 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green20.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow75.0%
Key (black)48.2%
Color previews
#843321 text on a black background
contrast 2.48:1
Card sample
#843321 text on a white background
contrast 8.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #843321;
Background color
Panel with #843321 background
background-color: #843321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #843321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #843321; background: linear-gradient(135deg, #843321, #847521);