#701f47
a dark, vivid magenta / pink · warm · closest name: purple
RGB
112, 31, 71
HSL
330°, 57%, 28%
CMYK
0, 72, 37, 56
Luminance
0.0488
Every format
| HEX | #701f47 |
| RGB | rgb(112, 31, 71) |
| HSL | hsl(330, 57%, 28%) |
| CMYK | cmyk(0%, 72%, 37%, 56%) |
| LAB | lab(26.4 39.2 -4.9) |
| LCH | lch(26.4 39.5 352.8) |
| OKLCH | oklch(0.381 0.121 354.0) |
Copy-ready code
/* CSS */
color: #701f47;
background-color: #701f47;
/* Tailwind (arbitrary) */
class="text-[#701f47] bg-[#701f47]"
/* SCSS */
$brand: #701f47;
/* SwiftUI */
Color(red: 0.439, green: 0.122, blue: 0.278)
/* Android */
Color.parseColor("#701f47")Accessibility — WCAG contrast
Aa
#701f47 on white: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#701f47 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green12.2%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow36.6%
Key (black)56.1%
Color previews
#701f47 text on a black background
contrast 1.98:1
Card sample
#701f47 text on a white background
contrast 10.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #701f47;
Background color
Panel with #701f47 background
background-color: #701f47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #701f47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 31, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 31, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #701f47; background: linear-gradient(135deg, #701f47, #702D1F);