#711642
a dark, vivid magenta / pink · warm · closest name: purple
RGB
113, 22, 66
HSL
331°, 67%, 27%
CMYK
0, 81, 42, 56
Luminance
0.0448
Every format
| HEX | #711642 |
| RGB | rgb(113, 22, 66) |
| HSL | hsl(331, 67%, 27%) |
| CMYK | cmyk(0%, 81%, 42%, 56%) |
| LAB | lab(25.2 42.3 -3.3) |
| LCH | lch(25.2 42.4 355.5) |
| OKLCH | oklch(0.372 0.130 356.4) |
Copy-ready code
/* CSS */
color: #711642;
background-color: #711642;
/* Tailwind (arbitrary) */
class="text-[#711642] bg-[#711642]"
/* SCSS */
$brand: #711642;
/* SwiftUI */
Color(red: 0.443, green: 0.086, blue: 0.259)
/* Android */
Color.parseColor("#711642")Accessibility — WCAG contrast
Aa
#711642 on white: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#711642 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green8.6%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow41.6%
Key (black)55.7%
Color previews
#711642 text on a black background
contrast 1.90:1
Card sample
#711642 text on a white background
contrast 11.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #711642;
Background color
Panel with #711642 background
background-color: #711642;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #711642;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 22, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 22, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #711642; background: linear-gradient(135deg, #711642, #712716);