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