#702821
a dark, vivid red · warm · closest name: sienna
RGB
112, 40, 33
HSL
5°, 55%, 28%
CMYK
0, 64, 71, 56
Luminance
0.0507
Every format
| HEX | #702821 |
| RGB | rgb(112, 40, 33) |
| HSL | hsl(5, 55%, 28%) |
| CMYK | cmyk(0%, 64%, 71%, 56%) |
| LAB | lab(26.9 31.4 21.2) |
| LCH | lch(26.9 37.9 34.0) |
| OKLCH | oklch(0.382 0.104 28.4) |
Copy-ready code
/* CSS */
color: #702821;
background-color: #702821;
/* Tailwind (arbitrary) */
class="text-[#702821] bg-[#702821]"
/* SCSS */
$brand: #702821;
/* SwiftUI */
Color(red: 0.439, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#702821")Accessibility — WCAG contrast
Aa
#702821 on white: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#702821 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green15.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow70.5%
Key (black)56.1%
Color previews
#702821 text on a black background
contrast 2.01:1
Card sample
#702821 text on a white background
contrast 10.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #702821;
Background color
Panel with #702821 background
background-color: #702821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #702821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #702821; background: linear-gradient(135deg, #702821, #705D21);