#703321
a dark, vivid red · warm · closest name: sienna
RGB
112, 51, 33
HSL
14°, 55%, 28%
CMYK
0, 55, 71, 56
Luminance
0.0592
Every format
| HEX | #703321 |
| RGB | rgb(112, 51, 33) |
| HSL | hsl(14, 55%, 28%) |
| CMYK | cmyk(0%, 55%, 71%, 56%) |
| LAB | lab(29.2 25.5 23.9) |
| LCH | lch(29.2 34.9 43.1) |
| OKLCH | oklch(0.399 0.091 37.2) |
Copy-ready code
/* CSS */
color: #703321;
background-color: #703321;
/* Tailwind (arbitrary) */
class="text-[#703321] bg-[#703321]"
/* SCSS */
$brand: #703321;
/* SwiftUI */
Color(red: 0.439, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#703321")Accessibility — WCAG contrast
Aa
#703321 on white: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#703321 on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green20.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow70.5%
Key (black)56.1%
Color previews
#703321 text on a black background
contrast 2.18:1
Card sample
#703321 text on a white background
contrast 9.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #703321;
Background color
Panel with #703321 background
background-color: #703321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #703321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #703321; background: linear-gradient(135deg, #703321, #706821);