#701547
a dark, vivid magenta / pink · warm · closest name: purple
RGB
112, 21, 71
HSL
327°, 68%, 26%
CMYK
0, 81, 37, 56
Luminance
0.0444
Every format
| HEX | #701547 |
| RGB | rgb(112, 21, 71) |
| HSL | hsl(327, 68%, 26%) |
| CMYK | cmyk(0%, 81%, 37%, 56%) |
| LAB | lab(25.1 42.9 -6.9) |
| LCH | lch(25.1 43.5 350.8) |
| OKLCH | oklch(0.372 0.133 352.3) |
Copy-ready code
/* CSS */
color: #701547;
background-color: #701547;
/* Tailwind (arbitrary) */
class="text-[#701547] bg-[#701547]"
/* SCSS */
$brand: #701547;
/* SwiftUI */
Color(red: 0.439, green: 0.082, blue: 0.278)
/* Android */
Color.parseColor("#701547")Accessibility — WCAG contrast
Aa
#701547 on white: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#701547 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green8.2%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta81.2%
Yellow36.6%
Key (black)56.1%
Color previews
#701547 text on a black background
contrast 1.89:1
Card sample
#701547 text on a white background
contrast 11.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #701547;
Background color
Panel with #701547 background
background-color: #701547;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #701547;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 21, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 21, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #701547; background: linear-gradient(135deg, #701547, #702015);