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