#701f3d
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
112, 31, 61
HSL
338°, 57%, 28%
CMYK
0, 72, 46, 56
Luminance
0.0476
Every format
| HEX | #701f3d |
| RGB | rgb(112, 31, 61) |
| HSL | hsl(338, 57%, 28%) |
| CMYK | cmyk(0%, 72%, 46%, 56%) |
| LAB | lab(26.1 38.0 1.3) |
| LCH | lch(26.1 38.0 2.0) |
| OKLCH | oklch(0.378 0.116 1.9) |
Copy-ready code
/* CSS */
color: #701f3d;
background-color: #701f3d;
/* Tailwind (arbitrary) */
class="text-[#701f3d] bg-[#701f3d]"
/* SCSS */
$brand: #701f3d;
/* SwiftUI */
Color(red: 0.439, green: 0.122, blue: 0.239)
/* Android */
Color.parseColor("#701f3d")Accessibility — WCAG contrast
Aa
#701f3d on white: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#701f3d on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green12.2%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow45.5%
Key (black)56.1%
Color previews
#701f3d text on a black background
contrast 1.95:1
Card sample
#701f3d text on a white background
contrast 10.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #701f3d;
Background color
Panel with #701f3d background
background-color: #701f3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #701f3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 31, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 31, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #701f3d; background: linear-gradient(135deg, #701f3d, #70371F);