#783578
a dark, soft magenta / pink · warm · closest name: purple
RGB
120, 53, 120
HSL
300°, 39%, 34%
CMYK
0, 56, 0, 53
Luminance
0.0790
Every format
| HEX | #783578 |
| RGB | rgb(120, 53, 120) |
| HSL | hsl(300, 39%, 34%) |
| CMYK | cmyk(0%, 56%, 0%, 53%) |
| LAB | lab(33.8 39.1 -25.2) |
| LCH | lch(33.8 46.6 327.2) |
| OKLCH | oklch(0.445 0.129 327.5) |
Copy-ready code
/* CSS */
color: #783578;
background-color: #783578;
/* Tailwind (arbitrary) */
class="text-[#783578] bg-[#783578]"
/* SCSS */
$brand: #783578;
/* SwiftUI */
Color(red: 0.471, green: 0.208, blue: 0.471)
/* Android */
Color.parseColor("#783578")Accessibility — WCAG contrast
Aa
#783578 on white: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#783578 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green20.8%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta55.8%
Yellow0.0%
Key (black)52.9%
Color previews
#783578 text on a black background
contrast 2.58:1
Card sample
#783578 text on a white background
contrast 8.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #783578;
Background color
Panel with #783578 background
background-color: #783578;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #783578;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 53, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 53, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #783578; background: linear-gradient(135deg, #783578, #78354B);