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