#56074c
a deep, electric magenta / pink · warm · closest name: purple
RGB
86, 7, 76
HSL
308°, 85%, 18%
CMYK
0, 92, 12, 66
Luminance
0.0265
Every format
| HEX | #56074c |
| RGB | rgb(86, 7, 76) |
| HSL | hsl(308, 85%, 18%) |
| CMYK | cmyk(0%, 92%, 12%, 66%) |
| LAB | lab(18.6 40.9 -20.8) |
| LCH | lch(18.6 45.9 333.1) |
| OKLCH | oklch(0.316 0.132 334.5) |
Copy-ready code
/* CSS */
color: #56074c;
background-color: #56074c;
/* Tailwind (arbitrary) */
class="text-[#56074c] bg-[#56074c]"
/* SCSS */
$brand: #56074c;
/* SwiftUI */
Color(red: 0.337, green: 0.027, blue: 0.298)
/* Android */
Color.parseColor("#56074c")Accessibility — WCAG contrast
Aa
#56074c on white: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#56074c on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green2.7%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta91.9%
Yellow11.6%
Key (black)66.3%
Color previews
#56074c text on a black background
contrast 1.53:1
Card sample
#56074c text on a white background
contrast 13.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56074c;
Background color
Panel with #56074c background
background-color: #56074c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56074c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 7, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 7, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56074c; background: linear-gradient(135deg, #56074c, #560717);