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