#713171
a dark, soft magenta / pink · warm · closest name: purple
RGB
113, 49, 113
HSL
300°, 40%, 32%
CMYK
0, 57, 0, 56
Luminance
0.0690
Every format
| HEX | #713171 |
| RGB | rgb(113, 49, 113) |
| HSL | hsl(300, 40%, 32%) |
| CMYK | cmyk(0%, 57%, 0%, 56%) |
| LAB | lab(31.6 37.8 -24.3) |
| LCH | lch(31.6 44.9 327.2) |
| OKLCH | oklch(0.426 0.124 327.5) |
Copy-ready code
/* CSS */
color: #713171;
background-color: #713171;
/* Tailwind (arbitrary) */
class="text-[#713171] bg-[#713171]"
/* SCSS */
$brand: #713171;
/* SwiftUI */
Color(red: 0.443, green: 0.192, blue: 0.443)
/* Android */
Color.parseColor("#713171")Accessibility — WCAG contrast
Aa
#713171 on white: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#713171 on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green19.2%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow0.0%
Key (black)55.7%
Color previews
#713171 text on a black background
contrast 2.38:1
Card sample
#713171 text on a white background
contrast 8.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #713171;
Background color
Panel with #713171 background
background-color: #713171;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #713171;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 49, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 49, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #713171; background: linear-gradient(135deg, #713171, #713146);