#701f39
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
112, 31, 57
HSL
341°, 57%, 28%
CMYK
0, 72, 49, 56
Luminance
0.0472
Every format
| HEX | #701f39 |
| RGB | rgb(112, 31, 57) |
| HSL | hsl(341, 57%, 28%) |
| CMYK | cmyk(0%, 72%, 49%, 56%) |
| LAB | lab(25.9 37.6 3.8) |
| LCH | lch(25.9 37.8 5.8) |
| OKLCH | oklch(0.376 0.115 5.1) |
Copy-ready code
/* CSS */
color: #701f39;
background-color: #701f39;
/* Tailwind (arbitrary) */
class="text-[#701f39] bg-[#701f39]"
/* SCSS */
$brand: #701f39;
/* SwiftUI */
Color(red: 0.439, green: 0.122, blue: 0.224)
/* Android */
Color.parseColor("#701f39")Accessibility — WCAG contrast
Aa
#701f39 on white: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#701f39 on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green12.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow49.1%
Key (black)56.1%
Color previews
#701f39 text on a black background
contrast 1.94:1
Card sample
#701f39 text on a white background
contrast 10.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #701f39;
Background color
Panel with #701f39 background
background-color: #701f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #701f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 31, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 31, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #701f39; background: linear-gradient(135deg, #701f39, #703B1F);