#702921
a dark, vivid red · warm · closest name: sienna
RGB
112, 41, 33
HSL
6°, 55%, 28%
CMYK
0, 63, 71, 56
Luminance
0.0514
Every format
| HEX | #702921 |
| RGB | rgb(112, 41, 33) |
| HSL | hsl(6, 55%, 28%) |
| CMYK | cmyk(0%, 63%, 71%, 56%) |
| LAB | lab(27.1 30.9 21.4) |
| LCH | lch(27.1 37.6 34.7) |
| OKLCH | oklch(0.384 0.103 29.1) |
Copy-ready code
/* CSS */
color: #702921;
background-color: #702921;
/* Tailwind (arbitrary) */
class="text-[#702921] bg-[#702921]"
/* SCSS */
$brand: #702921;
/* SwiftUI */
Color(red: 0.439, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#702921")Accessibility — WCAG contrast
Aa
#702921 on white: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#702921 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow70.5%
Key (black)56.1%
Color previews
#702921 text on a black background
contrast 2.03:1
Card sample
#702921 text on a white background
contrast 10.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #702921;
Background color
Panel with #702921 background
background-color: #702921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #702921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #702921; background: linear-gradient(135deg, #702921, #705E21);