#843021
a dark, vivid red · warm · closest name: sienna
RGB
132, 48, 33
HSL
9°, 60%, 32%
CMYK
0, 64, 75, 48
Luminance
0.0713
Every format
| HEX | #843021 |
| RGB | rgb(132, 48, 33) |
| HSL | hsl(9, 60%, 32%) |
| CMYK | cmyk(0%, 64%, 75%, 48%) |
| LAB | lab(32.1 35.2 28.1) |
| LCH | lch(32.1 45.0 38.6) |
| OKLCH | oklch(0.428 0.119 32.3) |
Copy-ready code
/* CSS */
color: #843021;
background-color: #843021;
/* Tailwind (arbitrary) */
class="text-[#843021] bg-[#843021]"
/* SCSS */
$brand: #843021;
/* SwiftUI */
Color(red: 0.518, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#843021")Accessibility — WCAG contrast
Aa
#843021 on white: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#843021 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.6%
Yellow75.0%
Key (black)48.2%
Color previews
#843021 text on a black background
contrast 2.43:1
Card sample
#843021 text on a white background
contrast 8.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #843021;
Background color
Panel with #843021 background
background-color: #843021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #843021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #843021; background: linear-gradient(135deg, #843021, #847221);