#713264
a dark, soft magenta / pink · warm · closest name: purple
RGB
113, 50, 100
HSL
312°, 39%, 32%
CMYK
0, 56, 12, 56
Luminance
0.0671
Every format
| HEX | #713264 |
| RGB | rgb(113, 50, 100) |
| HSL | hsl(312, 39%, 32%) |
| CMYK | cmyk(0%, 56%, 12%, 56%) |
| LAB | lab(31.1 34.8 -16.7) |
| LCH | lch(31.1 38.6 334.3) |
| OKLCH | oklch(0.421 0.111 335.9) |
Copy-ready code
/* CSS */
color: #713264;
background-color: #713264;
/* Tailwind (arbitrary) */
class="text-[#713264] bg-[#713264]"
/* SCSS */
$brand: #713264;
/* SwiftUI */
Color(red: 0.443, green: 0.196, blue: 0.392)
/* Android */
Color.parseColor("#713264")Accessibility — WCAG contrast
Aa
#713264 on white: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#713264 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green19.6%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta55.8%
Yellow11.5%
Key (black)55.7%
Color previews
#713264 text on a black background
contrast 2.34:1
Card sample
#713264 text on a white background
contrast 8.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #713264;
Background color
Panel with #713264 background
background-color: #713264;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #713264;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 50, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 50, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #713264; background: linear-gradient(135deg, #713264, #71323A);