#701f70
a dark, vivid magenta / pink · warm · closest name: purple
RGB
112, 31, 112
HSL
300°, 57%, 28%
CMYK
0, 72, 0, 56
Luminance
0.0559
Every format
| HEX | #701f70 |
| RGB | rgb(112, 31, 112) |
| HSL | hsl(300, 57%, 28%) |
| CMYK | cmyk(0%, 72%, 0%, 56%) |
| LAB | lab(28.4 45.6 -28.8) |
| LCH | lch(28.4 53.9 327.7) |
| OKLCH | oklch(0.402 0.150 327.9) |
Copy-ready code
/* CSS */
color: #701f70;
background-color: #701f70;
/* Tailwind (arbitrary) */
class="text-[#701f70] bg-[#701f70]"
/* SCSS */
$brand: #701f70;
/* SwiftUI */
Color(red: 0.439, green: 0.122, blue: 0.439)
/* Android */
Color.parseColor("#701f70")Accessibility — WCAG contrast
Aa
#701f70 on white: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#701f70 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green12.2%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow0.0%
Key (black)56.1%
Color previews
#701f70 text on a black background
contrast 2.12:1
Card sample
#701f70 text on a white background
contrast 9.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #701f70;
Background color
Panel with #701f70 background
background-color: #701f70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #701f70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 31, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 31, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #701f70; background: linear-gradient(135deg, #701f70, #701F3A);