#803421
a dark, vivid red · warm · closest name: sienna
RGB
128, 52, 33
HSL
12°, 59%, 32%
CMYK
0, 59, 74, 50
Luminance
0.0715
Every format
| HEX | #803421 |
| RGB | rgb(128, 52, 33) |
| HSL | hsl(12, 59%, 32%) |
| CMYK | cmyk(0%, 59%, 74%, 50%) |
| LAB | lab(32.2 31.6 28.0) |
| LCH | lch(32.2 42.2 41.5) |
| OKLCH | oklch(0.427 0.110 35.2) |
Copy-ready code
/* CSS */
color: #803421;
background-color: #803421;
/* Tailwind (arbitrary) */
class="text-[#803421] bg-[#803421]"
/* SCSS */
$brand: #803421;
/* SwiftUI */
Color(red: 0.502, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#803421")Accessibility — WCAG contrast
Aa
#803421 on white: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#803421 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.4%
Yellow74.2%
Key (black)49.8%
Color previews
#803421 text on a black background
contrast 2.43:1
Card sample
#803421 text on a white background
contrast 8.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #803421;
Background color
Panel with #803421 background
background-color: #803421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #803421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #803421; background: linear-gradient(135deg, #803421, #807321);