#701a21
a dark, vivid red · warm · closest name: maroon
RGB
112, 26, 33
HSL
355°, 62%, 27%
CMYK
0, 77, 71, 56
Luminance
0.0429
Every format
| HEX | #701a21 |
| RGB | rgb(112, 26, 33) |
| HSL | hsl(355, 62%, 27%) |
| CMYK | cmyk(0%, 77%, 71%, 56%) |
| LAB | lab(24.6 37.7 18.3) |
| LCH | lch(24.6 41.9 25.9) |
| OKLCH | oklch(0.365 0.119 21.2) |
Copy-ready code
/* CSS */
color: #701a21;
background-color: #701a21;
/* Tailwind (arbitrary) */
class="text-[#701a21] bg-[#701a21]"
/* SCSS */
$brand: #701a21;
/* SwiftUI */
Color(red: 0.439, green: 0.102, blue: 0.129)
/* Android */
Color.parseColor("#701a21")Accessibility — WCAG contrast
Aa
#701a21 on white: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#701a21 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green10.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow70.5%
Key (black)56.1%
Color previews
#701a21 text on a black background
contrast 1.86:1
Card sample
#701a21 text on a white background
contrast 11.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #701a21;
Background color
Panel with #701a21 background
background-color: #701a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #701a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 26, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 26, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #701a21; background: linear-gradient(135deg, #701a21, #704C1A);