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