#701470
a dark, vivid magenta / pink · warm · closest name: purple
RGB
112, 20, 112
HSL
300°, 70%, 26%
CMYK
0, 82, 0, 56
Luminance
0.0511
Every format
| HEX | #701470 |
| RGB | rgb(112, 20, 112) |
| HSL | hsl(300, 70%, 26%) |
| CMYK | cmyk(0%, 82%, 0%, 56%) |
| LAB | lab(27.1 49.3 -30.8) |
| LCH | lch(27.1 58.1 328.0) |
| OKLCH | oklch(0.393 0.162 328.1) |
Copy-ready code
/* CSS */
color: #701470;
background-color: #701470;
/* Tailwind (arbitrary) */
class="text-[#701470] bg-[#701470]"
/* SCSS */
$brand: #701470;
/* SwiftUI */
Color(red: 0.439, green: 0.078, blue: 0.439)
/* Android */
Color.parseColor("#701470")Accessibility — WCAG contrast
Aa
#701470 on white: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#701470 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green7.8%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow0.0%
Key (black)56.1%
Color previews
#701470 text on a black background
contrast 2.02:1
Card sample
#701470 text on a white background
contrast 10.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #701470;
Background color
Panel with #701470 background
background-color: #701470;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #701470;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 20, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 20, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #701470; background: linear-gradient(135deg, #701470, #701433);