#701f21
a dark, vivid red · warm · closest name: maroon
RGB
112, 31, 33
HSL
359°, 57%, 28%
CMYK
0, 72, 71, 56
Luminance
0.0453
Every format
| HEX | #701f21 |
| RGB | rgb(112, 31, 33) |
| HSL | hsl(359, 57%, 28%) |
| CMYK | cmyk(0%, 72%, 71%, 56%) |
| LAB | lab(25.4 35.6 19.3) |
| LCH | lch(25.4 40.5 28.4) |
| OKLCH | oklch(0.370 0.114 23.3) |
Copy-ready code
/* CSS */
color: #701f21;
background-color: #701f21;
/* Tailwind (arbitrary) */
class="text-[#701f21] bg-[#701f21]"
/* SCSS */
$brand: #701f21;
/* SwiftUI */
Color(red: 0.439, green: 0.122, blue: 0.129)
/* Android */
Color.parseColor("#701f21")Accessibility — WCAG contrast
Aa
#701f21 on white: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#701f21 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green12.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow70.5%
Key (black)56.1%
Color previews
#701f21 text on a black background
contrast 1.91:1
Card sample
#701f21 text on a white background
contrast 11.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #701f21;
Background color
Panel with #701f21 background
background-color: #701f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #701f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 31, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 31, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #701f21; background: linear-gradient(135deg, #701f21, #70531F);